Merged changes up to 2.3.16 into unstable
[fa-stable.git] / reporting / rep304.php
index f966702990b6f33287f712e4de4f47df858a4f99..63c6fc2eb5aa2872ef3021adeb16e2456d27c6c4 100644 (file)
@@ -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