Koha/cataloguing
Chris Nighswonger 8ca5d5ff85 Bug 5213 - Suffix number sequence not resetting properly in hmyymmincr barcode autogen pattern
Two things are happening.

First, the SELECT does not account for a branchcode greater than 2 chars.

This is fixed by just selecting the final four digits representing the
incremental suffix from the barcode field.

Second, the incremental suffix (4 digits) is not rolling back over to zero when
reaching 9999.

This pattern probably needs help. It should allow for cataloging of 10000 items
per month as is. I would not recommend doing barcode numbering this way, but
need to support it since it is in use in at least one library.

This patch also impliments strict and warnings per Bug 2505

Signed-off-by: Stéphane Delaune <stephane.delaune@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-04-07 15:42:40 +12:00
..
value_builder Bug 5213 - Suffix number sequence not resetting properly in hmyymmincr barcode autogen pattern 2011-04-07 15:42:40 +12:00
addbiblio.pl Bug 4374 Improve biblio data entry form regarding hidden/mandatory fields 2011-04-07 13:20:09 +12:00
addbooks.pl bug 4311: respect OPACXSLTResultsDisplay 2010-05-25 11:22:47 -04:00
additem.pl Bug 5902: additem.pl should default to set library 2011-03-23 21:33:07 +13:00
merge.pl Bug 5385: POD Cleanups (part 2) 2010-11-12 10:06:56 +13: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 5718 : fix permission of moveitem = edit_items needed 2011-02-09 09:33:36 +13: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 Fix for Bug 5254 - no need to scroll left to right on acq z search 2010-10-26 08:48:15 -04:00