[Koha-patches] [PATCH] Bug 6716: Follow up: Documentation for aqbooksellers table / accountnumber

Katrin Fischer Katrin.Fischer.83 at web.de
Tue Dec 6 20:23:27 CET 2011


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



More information about the Koha-patches mailing list