Bug 21019: Fix display of patron's address on reserve pop-up on returns.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 29 Jun 2018 12:53:27 +0000 (09:53 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 3 Jul 2018 07:22:10 +0000 (09:22 +0200)
commit16add1adb392389c87b30446cc13183d43aae167
tree4215e66e0b2881720a009ab8e32dfa2410ee395b
parent3a6a8707c593d063d488e96470fad5492dfd4e84
Bug 21019: Fix display of patron's address on reserve pop-up on returns.pl

Caused by
  commit 2b90ea2cb0e5e976de7ddef0151ae83d8ac578e6
  Bug 17829: Move GetMember to Koha::Patron

address variable has been replaced by boraddress (wrong resolution
conflict?)

It does not affect master (thanks bug 18789)

Test plan:
Confirm the address of the patron with a hold placed on the item is now
displayed when this item is checked in

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
circ/returns.pl