X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep107.php;h=94681d9010e20f2203b04cd37efae6a419708ad3;hb=03dbf580a48b9831dfb6fcbf8c34e1315c26a99e;hp=19f590ede16052e0eb9c7ac48153d4e0a045021a;hpb=40da959b32eb27fcb0422207a284eed13cc27d7e;p=fa-stable.git diff --git a/reporting/rep107.php b/reporting/rep107.php index 19f590ed..94681d90 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -89,7 +89,7 @@ function print_invoices() $rep->Font(); $rep->Info($params, $cols, null, $aligns); - $contacts = get_branch_contacts($branch['branch_code'], 'invoice', $branch['debtor_no'], false); + $contacts = get_branch_contacts($branch['branch_code'], 'invoice', $branch['debtor_no'], true); $baccount['payment_service'] = $pay_service; $rep->SetCommonData($myrow, $branch, $sales_order, $baccount, ST_SALESINVOICE, $contacts); $rep->NewPage();