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)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 7 Apr 2016 05:36:13 +0000 (05:36 +0000)
commita3557fd0f25371246445ff2e327eaa5df5bf6e8f
tree301cd040fe7c838a6a8fee79c3ff340155ab9477
parentc2669856becef61f83144b91faf35a9635300dad
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
C4/Barcodes/annual.pm