Increased space for built in number columns etc. in reports.
[fa-stable.git] / reporting / rep101.php
index a68668375117d07cb56117e069c99cfdb9318ccf..ef19f41caa2963d4ad9cbb54c1873869b0745b31 100644 (file)
@@ -127,7 +127,7 @@ function print_customer_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'));