X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=a0051c4586d4c1ed3c550363ba35283a4b2cb541;hb=11e485e4a7c5f12c9424713b7330815a9cc5e4ae;hp=b7aeb500c57a716cc60522683298b9505479c3d1;hpb=ad96cd0abbfd826592b851b8e0cb6d89e450fdf4;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index b7aeb500..a0051c45 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -9,7 +9,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security = 2; +$page_security = $_POST['PARAM_0'] == $_POST['PARAM_1'] ? + 'SA_SALESTRANSVIEW' : 'SA_SALESBULKREP'; // ---------------------------------------------------------------- // $ Revision: 2.0 $ // Creator: Janusz Dobrwolski @@ -73,7 +74,7 @@ function print_deliveries() continue; $myrow = get_customer_trans($i, 13); $branch = get_branch($myrow["branch_code"]); - $sales_order = get_sales_order_header($myrow["order_"]); // ? + $sales_order = get_sales_order_header($myrow["order_"], 30); // ? if ($email == 1) { $rep = new FrontReport("", "", user_pagesize());