@@ -, +, @@ FAIL C4/Reserves.pm FAIL pod Spurious =cut command in file C4/Reserves.pm --- C4/Reserves.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/C4/Reserves.pm +++ a/C4/Reserves.pm @@ -604,12 +604,13 @@ sub GetReservesForBranch { Takes an itemnumber and returns the status of the reserve placed on it. If several reserves exist, the reserve with the lower priority is given. -=cut - ## FIXME: I don't think this does what it thinks it does. ## It only ever checks the first reserve result, even though ## multiple reserves for that bib can have the itemnumber set ## the sub is only used once in the codebase. + +=cut + sub GetReserveStatus { my ($itemnumber) = @_; --