From b92aec29b1c65957e04dafdd74ab3653dc6662ba Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 18 Sep 2008 09:56:37 +0000 Subject: [PATCH] Better layout for pagesize A4 --- reporting/rep601.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep601.php b/reporting/rep601.php index 6124cc8e..0408c3ac 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'); -- 2.30.2