X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep110.php;h=7044153d33f20877235aabcb9be0ca10020430d0;hb=0518849c28cc497af72168ec4c6713c1a191c0be;hp=85b17ddb01f6fcc3bfc41128060cafedda4f3e4d;hpb=b1a1c0e0a5d6ca399f5db140459885df52f33ee6;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);