]> git.koha-community.org Git - koha.git/commit
Bug 15877 - C4::Barcodes does not correctly calculate db_max for 'annual' barcodes
authorNick Clemens <nick@bywatersolutions.com>
Wed, 24 Feb 2016 17:10:02 +0000 (17:10 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Wed, 25 May 2016 08:29:51 +0000 (10:29 +0200)
commitbefbae84691bd496eb78aa806fbdcc57e4f03ff6
tree8a42233999eccfd5bd323c3e1bdb404b5307dc16
parent3d7f6832bc0b9701e20cbca48a654b1457c5d96c
Bug 15877 - C4::Barcodes does not correctly calculate db_max for 'annual' barcodes

This patch alters the MySQL query to remove a max statement which
incorrectly groups full annual barcodes with numeric values.

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
(cherry picked from commit a3557fd0f25371246445ff2e327eaa5df5bf6e8f)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Barcodes/annual.pm