From 19b48fa3c2df9aa0f19ccf9126071e94bd201b04 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 6 Dec 2011 20:22:00 +0100 Subject: [PATCH] Bug 6716: Follow up: Documentation for aqbooksellers table / accountnumber Accountnumber is now used and can be managed in the staff interface. http://bugs.koha-community.org/show_bug.cgi?id=6717 --- 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