From 80fb3160d98ad1696b1d47e4be03e4d859ac0ceb Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 13 Jan 2017 08:22:50 +0100 Subject: [PATCH] Bug 17196: [QA Follow-up] Correct POD in ILSDI/Services.pm QA tools complains about: Apparent command =cut not preceded by blank line. Trivial fix. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- C4/ILSDI/Services.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm index 0e14dc9c2b..1868204a8a 100644 --- a/C4/ILSDI/Services.pm +++ b/C4/ILSDI/Services.pm @@ -487,6 +487,7 @@ Parameters: a borrowernumber - item_id (Required) an itemnumber + =cut sub GetServices { -- 2.20.1