X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=7044153d33f20877235aabcb9be0ca10020430d0;hb=7561718ee5113232ce917f63085d272884b0929c;hp=52870c0426dfb58614932cadfd66d42a30589b2e;hpb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index 52870c04..7044153d 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -25,7 +25,6 @@ include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/data_checks.inc"); include_once($path_to_root . "/sales/includes/sales_db.inc"); -$packing_slip = 0; //---------------------------------------------------------------------------------------------------- print_deliveries(); @@ -34,7 +33,7 @@ print_deliveries(); function print_deliveries() { - global $path_to_root, $packing_slip, $SysPrefs; + global $path_to_root, $SysPrefs; include_once($path_to_root . "/reporting/includes/pdf_report.inc"); @@ -94,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); @@ -222,4 +221,3 @@ function print_deliveries() $rep->End(); } -?> \ No newline at end of file