X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep601.php;h=1614e1166404be545dca9454cce5191626128783;hb=f01da91c553b7d256b053475c0f5dc026c47c10d;hp=505ac4d38408d94d98532aeb63dffbbeff4c681e;hpb=a9d55e1c13cbd6a6305b9322ec8621a06516f9f3;p=fa-stable.git diff --git a/reporting/rep601.php b/reporting/rep601.php index 505ac4d3..1614e116 100644 --- a/reporting/rep601.php +++ b/reporting/rep601.php @@ -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');