From 7128b80721e0a7333ff081ad9d137da52b20882c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Feb 2015 10:54:39 +0100 Subject: [PATCH] Bug 12802: Fix QA script issues 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(-) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index 9b660d8..f0a766e 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -856,12 +856,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) = @_; -- 2.1.0