From 3b7a19a01253bab72b8c51f62258e47c889f2197 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 Signed-off-by: Brendan Gallagher --- C4/Reserves.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index a163260..14dfbb2 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -781,12 +781,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) = @_; -- 1.7.10.4