Bug 19073: (bug 15758 follow-up) Dereference correct value from Koha::Object.
authorAlex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>
Thu, 10 Aug 2017 11:00:19 +0000 (13:00 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 10 Aug 2017 19:25:33 +0000 (16:25 -0300)
commit8a328a20bf3a74268346104281688b2a81be80e6
treee27b034f8b1b28af0cb2f09c94603d5e14787abb
parentbe0bf8731a2361f4fabbfff8059fef60dd364d88
Bug 19073: (bug 15758 follow-up) Dereference correct value from Koha::Object.

* tools/modborrowers.pl: Dereference 'branchcode' rather than
  'value'.

Test Plan:
- Carry out "Batch patron modification" with any number of patrons.
  + Change the library.
  + Hit Save.
- The library will not have been updated.
- Apply patch.
- Run same modification.
- The library will have been updated

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
tools/modborrowers.pl