[Patches] [PATCH] Bug 6716: Follow up: Documentation for aqbooksellers table /

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Wed Dec 7 08:25:02 NZDT 2011


From: Katrin Fischer <Katrin.Fischer.83 at web.de>
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


More information about the Patches mailing list