From 6eaf0c0d201f973722d705b766fb18d217549f3e Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Fri, 20 May 2016 14:25:44 +0200 Subject: [PATCH] Bug 13321: Adds renaming of gstrate column in kohastructure.sql Signed-off-by: Sonia Bouis Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall --- installer/data/mysql/kohastructure.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index a91ff90..d79a9fb 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2786,7 +2786,7 @@ CREATE TABLE `aqbooksellers` ( -- information about the vendors listed in acquis `gstreg` tinyint(4) default NULL, -- is your library charged tax (1 for yes, 0 for no) `listincgst` tinyint(4) default NULL, -- is tax included in list prices (1 for yes, 0 for no) `invoiceincgst` tinyint(4) default NULL, -- is tax included in invoice prices (1 for yes, 0 for no) - `gstrate` decimal(6,4) default NULL, -- the tax rate the library is charged + `tax_rate` decimal(6,4) default NULL, -- the tax rate the library is charged `discount` float(6,4) default NULL, -- discount offered on all items ordered from this vendor `fax` varchar(50) default NULL, -- vendor fax number deliverytime int(11) default NULL, -- vendor delivery time -- 1.7.2.5