Increased space for built in number columns etc. in reports.
[fa-stable.git] / reporting / rep201.php
index e3180acd9adf90cff0c618822b00547a94f4d93c..829cc0dad07097060b3014c916b678a727f8d8a1 100644 (file)
@@ -102,7 +102,7 @@ function print_supplier_balances()
        if ($no_zeros) $nozeros = _('Yes');
        else $nozeros = _('No');
 
-       $cols = array(0, 100, 130, 190, 250, 320, 385, 450,     515);
+       $cols = array(0, 95, 140, 200,  250, 320, 385, 450,     515);
 
        $headers = array(_('Trans Type'), _('#'), _('Date'), _('Due Date'), _('Charges'),
                _('Credits'), _('Allocated'), _('Outstanding'));