[replace previous] fix for 3612 (bookseller improvements)
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 16 Sep 2009 08:33:47 +0000 (10:33 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:34 +0000 (11:30 +0200)
commit89c0cda081a21f20ba1bebf715128ca3f2a1695b
tree8e90144734d9d140b90488931ced9e0027cabea2
parent0e42e52b0159b1fdc36043d43619b707176d596a
[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`;
C4/Bookseller.pm
acqui/supplier.pl
admin/aqcontract.pl
installer/data/mysql/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tmpl