From 8606863e62cc81ad9096315c14827181475dfc25 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 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'); -- 2.30.2