From a0a4eae329dc4885a601090fe9a241aa34b06c91 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 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) = @_; -- 1.7.10.4