Hotkey fix and overflow in coloumns for A4 report Invoice Purchasing Report.
[fa-stable.git] / reporting / rep306.php
index 58cd756d5ddf1db6f99f27e8a1fa5c889a941111..99086db747aeb4c796e5c5a027d9656e051f2177 100644 (file)
@@ -115,7 +115,7 @@ function print_inventory_purchase()
        else
                $itm = $item;
 
-       $cols = array(0, 75, 175, 220, 270, 370, 390, 470,      535);
+       $cols = array(0, 60, 180, 225, 275, 400, 420, 465,      520);
 
        $headers = array(_('Category'), _('Description'), _('Date'), _('#'), _('Supplier'), _('Qty'), _('Unit Price'), _('Total'));
        if ($fromsupp != '')