X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=9fc2780af48212e6296128f4fe362e38ed5e1a6b;hb=0e15ca861655a6403f12a90f187c3fc00f35949d;hp=7044153d33f20877235aabcb9be0ca10020430d0;hpb=d735235be078e107597bad3fbcfef25943076a5f;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index 7044153d..9fc2780a 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -16,7 +16,6 @@ $page_security = $_POST['PARAM_0'] == $_POST['PARAM_1'] ? // Creator: Janusz Dobrwolski // date_: 2008-01-14 // Title: Print Delivery Notes -// draft version! // ---------------------------------------------------------------- $path_to_root=".."; @@ -59,7 +58,7 @@ function print_deliveries() // $headers in doctext.inc $aligns = array('left', 'left', 'right', 'left', 'right', 'right', 'right'); - $params = array('comments' => $comments); + $params = array('comments' => $comments, 'packing_slip' => $packing_slip); $cur = get_company_Pref('curr_default');