X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep109.php;h=3251efcf5cc2bbc068b432eae3dc2e97e9680b0a;hb=b431133cbb731f56273a7c817e9ce1c166d64a57;hp=0497392fba0f0cb6df11a3e5cdad3b5b53b2e24d;hpb=40da959b32eb27fcb0422207a284eed13cc27d7e;p=fa-stable.git diff --git a/reporting/rep109.php b/reporting/rep109.php index 0497392f..3251efcf 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -96,7 +96,7 @@ function print_sales_orders() $rep->Font(); $rep->Info($params, $cols, null, $aligns); - $contacts = get_branch_contacts($branch['branch_code'], 'order', $branch['debtor_no'], false); + $contacts = get_branch_contacts($branch['branch_code'], 'order', $branch['debtor_no'], true); $rep->SetCommonData($myrow, $branch, $myrow, $baccount, ST_SALESORDER, $contacts); $rep->NewPage();