X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep113.php;h=aec634e25f3da7d65e1b562d3766d7451011240a;hb=90b3d069d96b99671af51726e2953352738abb75;hp=7a612243ff6a2b313f6b92b17e6b94e4a18e0ad9;hpb=6af220a67674c827a1970fe601a4c04e8d07cded;p=fa-stable.git diff --git a/reporting/rep113.php b/reporting/rep113.php index 7a612243..aec634e2 100644 --- a/reporting/rep113.php +++ b/reporting/rep113.php @@ -94,7 +94,7 @@ function print_credits() } else $rep->title = _('CREDIT NOTE'); - $contacts = get_branch_contacts($branch['branch_code'], 'invoice', $branch['debtor_no']); + $contacts = get_branch_contacts($branch['branch_code'], 'invoice', $branch['debtor_no'], false); $rep->SetCommonData($myrow, $branch, $sales_order, $baccount, ST_CUSTCREDIT, $contacts); $rep->NewPage();