fix for #3620: basket management
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 16 Sep 2009 15:40:34 +0000 (17:40 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:34 +0000 (11:30 +0200)
commit937e0d73dff337d07cec3c5245d99062c6e417e7
tree8ab62320c48ca5e2b0458144698eca8e7bb86968
parent89c0cda081a21f20ba1bebf715128ca3f2a1695b
fix for #3620: basket management

- basket.pl: updating display, formatting dates,
- neworderempty: updating display, removing useless code, using ACQ framework if it exist. The ACQ framework will be used for creating items record during acquisitions. If it does not exist, default is used instead (which has many more informations, lot of them being irrelevant during acquisition, like the barcode)
- new order from imported batch: rewrite of the workflow. Now uses neworderempty and changing status of import_record to 'imported'
- s/copyrightdate/publicationyear/ as it's what libraries uses when ordering
- fixing some warnings
-
12 files changed:
C4/Biblio.pm
C4/ImportBatch.pm
acqui/addorder.pl
acqui/addorderiso2709.pl
acqui/basket.pl
acqui/basketheader.pl
acqui/neworderempty.pl
koha-tmpl/intranet-tmpl/prog/en/js/acq.js
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tmpl