Bug 21471: (bug 21184 follow-up) Misspelled variable in _get_outstanding_holds
authorDavid Gustafsson <david.gustafsson@ub.gu.se>
Tue, 2 Oct 2018 11:37:26 +0000 (13:37 +0200)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 3 Oct 2018 17:21:47 +0000 (17:21 +0000)
commitb4d8d13f14a7022e603ac30dd8cee0605e9d269d
tree86c9a52474820c7e6abb2583a05bbdcd81c1431d
parent16fe5d7f30ede8147cb946095da9d529d057c789
Bug 21471: (bug 21184 follow-up) Misspelled variable in _get_outstanding_holds

Misspelled variable causes _get_outstanding_holds to crash
if patron is queued on biblio level

Caused by
  commit 62a075987af70ec5ed3665fe662adb31a17fdde4
    Bug 21184: Replace C4::Items::GetBarcodeFromItemnumber calls

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/SIP/ILS/Patron.pm