Increased space for built in number columns etc. in reports.
[fa-stable.git] / reporting / rep601.php
index 505ac4d38408d94d98532aeb63dffbbeff4c681e..1614e1166404be545dca9454cce5191626128783 100644 (file)
@@ -72,7 +72,7 @@ function print_bank_transactions()
        $rep = new FrontReport(_('Bank Statement'), "BankStatement", user_pagesize(), 9, $orientation);
        $dec = user_price_dec();
 
-       $cols = array(0, 90, 110, 170, 225, 350, 400, 460, 520);
+       $cols = array(0, 90, 120, 170, 225, 350, 400, 460, 520);
 
        $aligns = array('left', 'left', 'left', 'left', 'left', 'right', 'right', 'right');