Bug 15021: Fix scoping variable in tools/batchMod.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Oct 2015 08:45:30 +0000 (08:45 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 23 Oct 2015 13:10:15 +0000 (10:10 -0300)
commitdc6bc14fc9be4793d8731614db355bf2ba6778f1
treee350336c411fa8252e2c8f20a76f6d2874cc792f
parent003ff493b5d167e9e77d297de29f27d000564cd0
Bug 15021: Fix scoping variable in tools/batchMod.pl

$tagslib is used in subroutines and should be declare as global.

Test plan:
On the Batch item modification page, all item fields should be listed, not only the title.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Works as expected

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
tools/batchMod.pl