Additional access control related ui helpers added: check_edit_access, access_post...
[fa-stable.git] / reporting / rep111.php
index 95ce5318b9cdfd3545bc3b3b1ae5774e7ea47e14..df2b2dbe7378606d0a823d95850fb43eeec08e40 100644 (file)
@@ -79,14 +79,13 @@ function print_sales_quotations()
                        else    
                                $rep->filename = "SalesQuotation" . $myrow['reference'] . ".pdf";
                }
-               $rep->SetHeaderType('Header2');
                $rep->currency = $cur;
                $rep->Font();
                $rep->Info($params, $cols, null, $aligns);
 
                $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->SetHeaderType('Header2');
                $rep->NewPage();
 
                $result = get_sales_order_details($i, ST_SALESQUOTE);