cleanup2 according to Apmuthu's list.
[fa-stable.git] / reporting / rep111.php
index 4f3588b0be16f19dbc953ccdb9f5b1d180ae77d4..df2b2dbe7378606d0a823d95850fb43eeec08e40 100644 (file)
@@ -84,8 +84,8 @@ function print_sales_quotations()
                $rep->Info($params, $cols, null, $aligns);
 
                $contacts = get_branch_contacts($branch['branch_code'], 'order', $branch['debtor_no'], true);
-               $rep->SetHeaderType('Header2');
                $rep->SetCommonData($myrow, $branch, $myrow, $baccount, ST_SALESQUOTE, $contacts);
+               $rep->SetHeaderType('Header2');
                $rep->NewPage();
 
                $result = get_sales_order_details($i, ST_SALESQUOTE);