Koha/installer
Paul Poulain 89c0cda081 [replace previous] fix for 3612 (bookseller improvements)
- removing useless fields from aqbooksellers table: specialty, deliverydays,followupdays,followupscancel,nocalc, invoicedisc They were in the DB schema, but unused for years
- reworked bookseller and contract gui
- no warning thrown

NOTE : updatedatabase not done for field removal in aqbooksellers table. Should have:
ALTER TABLE `aqbooksellers`
  DROP `deliverydays`,
  DROP `followupdays`,
  DROP `followupscancel`,
  DROP `specialty`,
  DROP `nocalc`;
2009-09-30 11:30:34 +02:00
..
data [replace previous] fix for 3612 (bookseller improvements) 2009-09-30 11:30:34 +02:00
externalmodules.pl
install.pl bug 3465: enhance DB update reporting by web installer 2009-08-04 06:15:40 -04:00
InstallAuth.pm InstallAuth doesn't have setlanguagecookie to export. 2009-03-11 08:36:54 -05:00