Bug 15295: Koha::Libraries - Remove CheckCategoryUnique
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 3 Dec 2015 14:06:13 +0000 (14:06 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 14 Jan 2016 15:45:31 +0000 (15:45 +0000)
commit717d14c74e1f3abafacd9b38db61019cc6e164d3
treea4a062c7e0970b785528d8caee42f707e7b4c8dc
parent3117f621f112bd68b766db3a23c4a6b9982d8fb7
Bug 15295: Koha::Libraries - Remove CheckCategoryUnique

This subroutine is not used anymore and was not really useful.
The branchcategories table has a primary key defined on categorycode.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
http://bugs.koha-community.org/show_bug.cgi?id=15294

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
C4/Branch.pm
t/db_dependent/Branch.t