Bug 16013: Make classification sources deletable
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 Mar 2016 11:28:04 +0000 (11:28 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Mon, 21 Mar 2016 22:40:37 +0000 (22:40 +0000)
commitf6463317db08b9a4218ad94a2d191a5f5216c8c5
tree5443473101012c29386a8f47bafc6f71f92dda7d
parent6045a808f34f544e7713c462f41a5c1c95ff2d10
Bug 16013: Make classification sources deletable

Because of a wrong variable scope, the classification sources are not
deletable.

Test plan:
Create a classification sources (admin/classsources.pl)
Try to delete it
Without this patch, the classification source won't be deleted
With this patch, it will work!

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
admin/classsources.pl