Koha/cataloguing
Chris Nighswonger 01247f2fc0 Bug 5215 - Barcode field not cleared when using "Add and Duplicate" option on additem.pl
The barcode field is not cleared/incremented properly when using the "Add and
Duplicate" option. Rather it is pre-populated with the previously used barcode
which causes additem.pl to return a duplicate barcode error if the cataloger
does not catch the mistake.

The problem is caused by the fact that the current item record is simply
duplicated and re-loaded into the form.

The solution is to add code which either pre-populates with the next barcode
number if the incremental pattern is set or clears the p subfield if one of the
various patterns using the javascript plugin is selected.

In reality C4::Barcodes should be implimented here along with all necessary changes elsewhere.
2010-09-10 15:28:08 -04:00
..
value_builder remove a bunch of unconditional debug warns 2010-07-02 10:57:08 -04:00
addbiblio.pl Fix for Bug 4271, Offer choice of destination for save biblio operation 2010-04-29 22:39:10 -04:00
addbooks.pl bug 4311: respect OPACXSLTResultsDisplay 2010-05-25 11:22:47 -04:00
additem.pl Bug 5215 - Barcode field not cleared when using "Add and Duplicate" option on additem.pl 2010-09-10 15:28:08 -04:00
merge.pl removed needless imports of the YAML module 2010-05-25 23:30:48 -04:00
merge_ajax.pl Bug 2505 - Add commented use warnings where missing in the cataloguing/ directory 2010-04-21 20:27:05 +12:00
moveitem.pl Bug 2505 - Add commented use warnings where missing in the cataloguing/ directory 2010-04-21 20:27:05 +12:00
plugin_launcher.pl Bug 2505 - Add commented use warnings where missing in the cataloguing/ directory 2010-04-21 20:27:05 +12:00
z3950_search.pl Bug 2505 - Add commented use warnings where missing in the cataloguing/ directory 2010-04-21 20:27:05 +12:00