Koha/koha-tmpl/intranet-tmpl/prog/en
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
..
css Adding better support for Unicode diacritics display 2009-09-30 11:30:28 +02:00
includes [replace previous] fix for 3612 (bookseller improvements) 2009-09-30 11:30:34 +02:00
js small 1st changes in basketgrouping (#3622) 2009-09-30 11:30:34 +02:00
lib [biblibre-newacq](bug #3611) fix user interface and others 2009-09-30 11:30:34 +02:00
modules [replace previous] fix for 3612 (bookseller improvements) 2009-09-30 11:30:34 +02:00
xslt bug 2001, 2432: improve unAPI implementation 2009-05-22 07:31:43 -05:00
columns.def MT 1443 : better reports on items 2009-09-30 11:30:32 +02:00