Langauage template update.
[fa-stable.git] / reporting / rep111.php
index 89ef41d2149ec3ca430e3d70f9d39b7e8d5a93c8..49036917db934d915f88835d7a04836e87e09d0e 100644 (file)
@@ -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();