X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep602.php;h=dd7c5427fefecac9c9d2ad4c7b0c543a0fb9a1ee;hb=68bf09b0ddf5bbe3a0155d288f4d0334104a9538;hp=788bedbb302eb516f3b610e40de436f3f5f406a5;hpb=76f793a7214ab8decbe6de5da0b15f234610c3ac;p=fa-stable.git diff --git a/reporting/rep602.php b/reporting/rep602.php index 788bedbb..dd7c5427 100644 --- a/reporting/rep602.php +++ b/reporting/rep602.php @@ -73,7 +73,7 @@ function print_bank_transactions_reconcile() $rep = new FrontReport(_('Bank Statement w/Reconcile'), "BankStatementReconcile", user_pagesize(), 9, "L"); $dec = user_price_dec(); - $cols = array(0, 90, 110, 170, 225, 450, 500, 550, 600, 660, 700); + $cols = array(0, 90, 120, 170, 225, 450, 500, 550, 600, 660, 700); $aligns = array('left', 'left', 'left', 'left', 'left', 'right', 'right', 'right', 'center', 'left');