Bug 34818: (bug 21083 follow-up) Fix batch patron modification tool
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 18 Sep 2023 17:03:37 +0000 (19:03 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 19 Sep 2023 19:34:15 +0000 (16:34 -0300)
commit0018fe8fba99ea200c6ac2924b9e5aff83e64af5
treee6ceabeb1e67997f19416cbd98f9c12804f3710d
parent4e33042105435078222aab1b72a1e7a1d0a8ff56
Bug 34818: (bug 21083 follow-up) Fix batch patron modification tool

It is not possible to perform batch patron modification without selecting
a patron attribute

Test plan:
Test the batch patron modification tool, with or without extended
attributes.

The error was
Can't call method "category_code" on an undefined value at /kohadevbox/koha/tools/modborrowers.pl line 407

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
tools/modborrowers.pl