View | Details | Raw Unified | Return to bug 6717
Collapse All | Expand All

(-)a/installer/data/mysql/kohastructure.sql (-2 / +1 lines)
Lines 2469-2475 CREATE TABLE `aqbooksellers` ( -- information about the vendors listed in acquis Link Here
2469
  `address3` mediumtext, -- third line of vendor physical address
2469
  `address3` mediumtext, -- third line of vendor physical address
2470
  `address4` mediumtext, -- fourth line of vendor physical address
2470
  `address4` mediumtext, -- fourth line of vendor physical address
2471
  `phone` varchar(30) default NULL, -- vendor phone number
2471
  `phone` varchar(30) default NULL, -- vendor phone number
2472
  `accountnumber` mediumtext, -- unused in Koha
2472
  `accountnumber` mediumtext, -- vendor accountnumber
2473
  `othersupplier` mediumtext,  -- unused in Koha
2473
  `othersupplier` mediumtext,  -- unused in Koha
2474
  `currency` varchar(3) NOT NULL default '', -- unused in Koha
2474
  `currency` varchar(3) NOT NULL default '', -- unused in Koha
2475
  `booksellerfax` mediumtext, -- vendor fax number
2475
  `booksellerfax` mediumtext, -- vendor fax number
2476
- 

Return to bug 6717