Bug 2555 : label batch_id not properly incremented after batch num 10.
authorRyan Higgins <rch@liblime.com>
Sat, 27 Sep 2008 17:57:08 +0000 (12:57 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 12 Nov 2008 13:42:09 +0000 (14:42 +0100)
commitfa8cc955746e1d1404ad673778c2b5ffe804fdee
tree8cb0b35432163c04ed0744c1aaa53c6068510e1f
parent74f7f3737d70e496731ffa5f7fde07812473fe6b
Bug 2555 : label batch_id not properly incremented after batch num 10.

This is a stop-gap fix intended for 3.0 maintenance release.
3.2 should include a label_batches table which will allow named
batches to be associated with a template & layout, and fix the
column definition of batch_id here to be an auto_incr int.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Labels.pm