From: Joe Hunt Date: Thu, 18 Sep 2008 09:56:37 +0000 (+0000) Subject: Better layout for pagesize A4 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=8606863e62cc81ad9096315c14827181475dfc25;p=textcart.git Better layout for pagesize A4 --- diff --git a/reporting/rep601.php b/reporting/rep601.php index 6124cc8..0408c3a 100644 --- a/reporting/rep601.php +++ b/reporting/rep601.php @@ -60,7 +60,7 @@ function print_bank_transactions() $dec = user_price_dec(); - $cols = array(0, 90, 110, 170, 230, 300, 380, 430, 490, 550); + $cols = array(0, 90, 110, 170, 225, 270, 350, 400, 460, 520); $aligns = array('left', 'left', 'left', 'left', 'left', 'left', 'right', 'right', 'right');