Multiply contacts spport added.
[fa-stable.git] / reporting / rep109.php
index acb0e2e6c2bafea4fcd3e745b75b713aa84689e4..56498f0b62658a773552024f1329ec7cc4e2f1d6 100644 (file)
@@ -96,7 +96,9 @@ function print_sales_orders()
                }
                else
                        $rep->title = ($print_as_quote==1 ? _("QUOTE") : _("SALES ORDER"));
-               $rep->SetCommonData($myrow, $branch, $myrow, $baccount, ST_SALESORDER);
+
+               $contacts = get_branch_contacts($branch['branch_code'], 'order', $branch['debtor_no']);
+               $rep->SetCommonData($myrow, $branch, $myrow, $baccount, ST_SALESORDER, $contacts);
                $rep->NewPage();
 
                $result = get_sales_order_details($i, ST_SALESORDER);
@@ -163,6 +165,7 @@ function print_sales_orders()
                $rep->Font();
                if ($email == 1)
                {
+                       $res = get_branch_contacts(branch_code, 'order', customer_id);
                        if ($myrow['contact_email'] == '')
                        {
                                $myrow['contact_email'] = $branch['email'];