Increased space for built in number columns etc. in reports.
[fa-stable.git] / reporting / rep101.php
index a7d1c1f33ef04fb6deb1b64a14be1b02971bd408..ef19f41caa2963d4ad9cbb54c1873869b0745b31 100644 (file)
@@ -27,7 +27,6 @@ include_once($path_to_root . "/sales/includes/db/customers_db.inc");
 
 //----------------------------------------------------------------------------------------------------
 
-// trial_inquiry_controls();
 print_customer_balances();
 
 function get_open_balance($debtorno, $to)
@@ -128,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'));