Accountnumber is now used and can be managed in the staff interface. --- 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 6e187ae..ed26072 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2469,7 +2469,7 @@ CREATE TABLE `aqbooksellers` ( -- information about the vendors listed in acquis `address3` mediumtext, -- third line of vendor physical address `address4` mediumtext, -- fourth line of vendor physical address `phone` varchar(30) default NULL, -- vendor phone number - `accountnumber` mediumtext, -- unused in Koha + `accountnumber` mediumtext, -- vendor accountnumber `othersupplier` mediumtext, -- unused in Koha `currency` varchar(3) NOT NULL default '', -- unused in Koha `booksellerfax` mediumtext, -- vendor fax number -- 1.7.5.4 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
