Fixed contact type for language selection.
[fa-stable.git] / reporting / rep107.php
index 78a59495f1766e6d8818844e78914cb9f026e917..33455a1948c4e0bb51b51a4873fac8fc6bb696d8 100644 (file)
@@ -109,7 +109,7 @@ function print_invoices()
                        }
                        else
                                $rep->title = ($j == ST_SALESINVOICE) ? _('INVOICE') : _('CREDIT NOTE');
-                       $contacts = get_branch_contacts($branch['branch_code'], 'order', $branch['debtor_no']);
+                       $contacts = get_branch_contacts($branch['branch_code'], 'invoice', $branch['debtor_no']);
                        $rep->SetCommonData($myrow, $branch, $sales_order, $baccount, $j, $contacts);
                        $rep->NewPage();