X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep104.php;h=ebca98df461373b4595d7eeccc504a707b164171;hb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;hp=72dfb9cc3fc90258688cebcc6825a4c06b91f819;hpb=52ac949d4511c7cc985913d32de440c1b33fbcf6;p=fa-stable.git diff --git a/reporting/rep104.php b/reporting/rep104.php index 72dfb9cc..ebca98df 100644 --- a/reporting/rep104.php +++ b/reporting/rep104.php @@ -80,8 +80,8 @@ function print_price_listing() include_once($path_to_root . "/reporting/includes/excel_report.inc"); else include_once($path_to_root . "/reporting/includes/pdf_report.inc"); - $orientation = ($orientation ? 'L' : 'P'); + $orientation = ($orientation ? 'L' : 'P'); $dec = user_price_dec(); $home_curr = get_company_pref('curr_default'); @@ -125,7 +125,7 @@ function print_price_listing() $rep = new FrontReport(_('Price Listing'), "PriceListing", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns);