X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=7044153d33f20877235aabcb9be0ca10020430d0;hb=33dfc21a26f08e9ac19048bbcf80cce2351a6cfe;hp=85b17ddb01f6fcc3bfc41128060cafedda4f3e4d;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index 85b17ddb..7044153d 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -93,13 +93,13 @@ function print_deliveries() $rep->filename = "Packing_slip" . $myrow['reference'] . ".pdf"; } } - $rep->SetHeaderType('Header2'); $rep->currency = $cur; $rep->Font(); $rep->Info($params, $cols, null, $aligns); $contacts = get_branch_contacts($branch['branch_code'], 'delivery', $branch['debtor_no'], true); $rep->SetCommonData($myrow, $branch, $sales_order, '', ST_CUSTDELIVERY, $contacts); + $rep->SetHeaderType('Header2'); $rep->NewPage(); $result = get_customer_trans_details(ST_CUSTDELIVERY, $i);