X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep111.php;h=49036917db934d915f88835d7a04836e87e09d0e;hb=58d6bd7c2fe37ccc02917b2fbbb7259cec784694;hp=89ef41d2149ec3ca430e3d70f9d39b7e8d5a93c8;hpb=40da959b32eb27fcb0422207a284eed13cc27d7e;p=fa-stable.git diff --git a/reporting/rep111.php b/reporting/rep111.php index 89ef41d2..49036917 100644 --- a/reporting/rep111.php +++ b/reporting/rep111.php @@ -80,7 +80,7 @@ function print_sales_quotations() $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_SALESQUOTE, $contacts); //$rep->headerFunc = 'Header2'; $rep->NewPage();