From 6810eb9e90a5b6129b0c34ccd83f92b0280ab15d Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 28 Jun 2010 10:01:24 +0000 Subject: [PATCH] Rerun --- config.default.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.default.php b/config.default.php index c8ba18b..d6cefef 100644 --- a/config.default.php +++ b/config.default.php @@ -119,6 +119,12 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $pagesizes = array("Letter", "A4"); // default PDF pagesize + /* Default border and spacing for tables */ + /* Should be moved to CSS */ + + $table_style = "class='tablestyle'"; + $table_style2 = "class='tablestyle2'"; + /* Accounts Payable */ /* System check to see if quantity charged on purchase invoices exceeds the quantity received. If this parameter is checked the proportion by which the purchase invoice is an overcharge -- 2.30.2