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)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 6 Oct 2008 02:37:12 +0000 (21:37 -0500)
commit1bbe1ea2681e542da2bcaa0a185227c206cddbf8
treef6d7963645ff457dc2a876172050b7f6d8b7fbd0
parent5e963f0fc39cca18d0bc23ffdb51e94af3b6a7e9
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