X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep304.php;h=63c6fc2eb5aa2872ef3021adeb16e2456d27c6c4;hb=3b06c6c4718610a408cae2e9b76c3134ca30b84c;hp=e54a9759cedbe26579cabc6ff87cba72472f1564;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep304.php b/reporting/rep304.php index e54a9759..63c6fc2e 100644 --- a/reporting/rep304.php +++ b/reporting/rep304.php @@ -125,8 +125,8 @@ function print_inventory_sales() $rep = new FrontReport(_('Inventory Sales Report'), "InventorySalesReport", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); - + recalculate_cols($cols); + $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); $rep->NewPage(); @@ -201,5 +201,3 @@ function print_inventory_sales() $rep->NewLine(); $rep->End(); } - -?> \ No newline at end of file