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)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sat, 16 Sep 2017 06:52:16 +0000 (08:52 +0200)
commit9fc57e9768426bf84d00e8238ff3851ced6e2997
treec8dcede09266744db78b4dc147985d32bcfd0942
parenta374afe92df9b25a231c20296f50c351606d2e32
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>
(cherry picked from commit 8a328a20bf3a74268346104281688b2a81be80e6)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 111ab4e63257410bf7ca34e80e46675603072c36)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
tools/modborrowers.pl