X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=bfc1e4e6ccc4850b23b92172c42a62e046a93c2f;hb=08c6b6eb6affc0b42cd47165bd475c6ce1a2c8dc;hp=69457665fa19911d929f2afb9ac8ba2d8c6d458d;hpb=40da959b32eb27fcb0422207a284eed13cc27d7e;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index 69457665..bfc1e4e6 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -99,7 +99,7 @@ function print_deliveries() $rep->Font(); $rep->Info($params, $cols, null, $aligns); - $contacts = get_branch_contacts($branch['branch_code'], 'delivery', $branch['debtor_no'], false); + $contacts = get_branch_contacts($branch['branch_code'], 'delivery', $branch['debtor_no'], true); $rep->SetCommonData($myrow, $branch, $sales_order, '', ST_CUSTDELIVERY, $contacts); $rep->NewPage();