Bug 28013: (follow-up) Correct and update call to CanItemBeReserved
authorNick Clemens <nick@bywatersolutions.com>
Fri, 2 Apr 2021 14:32:33 +0000 (14:32 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 7 Apr 2021 14:28:07 +0000 (16:28 +0200)
commitded05deb102de13de95c5e0f76bfaf79075423cf
treec4aa122c580726912070b1781157193b3839f4c8
parent25d60246558f9e22015e350125627bbd2b96fe89
Bug 28013: (follow-up) Correct and update call to CanItemBeReserved

The current call checks for truth against a returned hash, we need
to check the 'status' value

Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm