X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep111.php;h=69fac4282e2c6149a58035773d1ef6675a212e07;hb=bd3023c1b5e64429043358a691b3aae20eb54c09;hp=c5bed8d12f51c738ef94014ad6163f50557b4b9d;hpb=0830a5734b9a9b057e624c66a58574101d0965e1;p=fa-stable.git diff --git a/reporting/rep111.php b/reporting/rep111.php index c5bed8d1..69fac428 100644 --- a/reporting/rep111.php +++ b/reporting/rep111.php @@ -80,7 +80,8 @@ function print_sales_quotations() $rep->Info($params, $cols, null, $aligns); } $rep->title = _("SALES QUOTATION"); - $rep->SetCommonData($myrow, $branch, $myrow, $baccount, ST_SALESQUOTE); + $contacts = get_branch_contacts($branch['branch_code'], 'order', $branch['debtor_no']); + $rep->SetCommonData($myrow, $branch, $myrow, $baccount, ST_SALESQUOTE, $contacts); $rep->headerFunc = 'Header2'; $rep->NewPage();