Koha/acqui
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
..
pdfformat This adds the Editor Number in the PDF (basketgrouping) 2009-09-30 11:30:29 +02:00
acqui-home.pl Bug Fixing : 1st Step Bookfund has become Budgets 2009-09-30 11:30:29 +02:00
addorder.pl [biblibre-newacq] fix some merge errors 2009-09-30 11:30:31 +02:00
addorderiso2709.pl (mantis 1475) uncertains price, don't set if we find a price in MARC 2009-09-30 11:30:25 +02:00
basket.pl MT 1496 : Close basket 2009-09-30 11:30:30 +02:00
basketgroup.pl MT 1496 : Close basket 2009-09-30 11:30:30 +02:00
basketheader.pl basket header management 2009-09-30 11:30:17 +02:00
booksellers.pl [biblibre-newacq](bug #3615) fix getmember call 2009-09-30 11:30:31 +02:00
check_budget_total.pl Forgotten js & pl webservice 2009-09-30 11:30:17 +02:00
currency.pl removal of bookfund.pm references 2009-09-30 11:30:17 +02:00
fetch_sort_dropbox.pl neworderempty, changes 2009-09-30 11:30:17 +02:00
finishreceive.pl merge fix : recieving 2009-09-30 11:30:26 +02:00
histsearch.pl Script is not an Exporter. Convert to using C4::Debug. 2008-06-20 15:31:16 -05:00
lateorders.pl lateorders, deal with granular perms 2009-09-30 11:30:19 +02:00
neworderbiblio.pl [biblibre-newacq] fix some merge errors 2009-09-30 11:30:31 +02:00
neworderempty.pl [biblibre-newacq] (bug #3616) fix neworderempty 2009-09-30 11:30:31 +02:00
newordersuggestion.pl newordersuggestion 2009-09-30 11:30:18 +02:00
orderreceive.pl order recieve 2009-09-30 11:30:18 +02:00
parcel.pl (MT #1855) Make an Ajax+JSON search receiving orders 2009-09-30 11:30:30 +02:00
parcels.pl parcels management 2009-09-30 11:30:17 +02:00
supplier.pl [replace previous] fix for 3612 (bookseller improvements) 2009-09-30 11:30:34 +02:00
uncertainprice.pl partial fix for mantis #1498 2009-09-30 11:30:24 +02:00
updatesupplier.pl updatesupplier 2009-09-30 11:30:20 +02:00
z3950_search.pl add order line through z3950 search 2009-09-30 11:30:20 +02:00