]> git.koha-community.org Git - koha.git/commit
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)
committerMason James <mtj@kohaaloha.com>
Wed, 20 Sep 2017 02:00:05 +0000 (14:00 +1200)
commit9bcd719faa3aa153ebbdbc06d131daab4738d432
treef02cad892605db940ef2cd61430350ac0913b8a6
parent8c85724700a39832d0e0c97a942dc5cc564d2282
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