X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep304.php;h=63c6fc2eb5aa2872ef3021adeb16e2456d27c6c4;hb=3b06c6c4718610a408cae2e9b76c3134ca30b84c;hp=f966702990b6f33287f712e4de4f47df858a4f99;hpb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;p=fa-stable.git diff --git a/reporting/rep304.php b/reporting/rep304.php index f9667029..63c6fc2e 100644 --- a/reporting/rep304.php +++ b/reporting/rep304.php @@ -126,7 +126,7 @@ function print_inventory_sales() $rep = new FrontReport(_('Inventory Sales Report'), "InventorySalesReport", user_pagesize(), 9, $orientation); if ($orientation == 'L') 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