X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep111.php;h=df2b2dbe7378606d0a823d95850fb43eeec08e40;hb=7561718ee5113232ce917f63085d272884b0929c;hp=95ce5318b9cdfd3545bc3b3b1ae5774e7ea47e14;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/reporting/rep111.php b/reporting/rep111.php index 95ce5318..df2b2dbe 100644 --- a/reporting/rep111.php +++ b/reporting/rep111.php @@ -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);