From 7c81e100f31a6da783c0a5f6b2f2ff34ce9215ef 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 Content-Type: text/plain; charset=utf-8 QA tools complains about: Apparent command =cut not preceded by blank line. Trivial fix. Signed-off-by: Marcel de Rooy --- C4/ILSDI/Services.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm index 0e14dc9..1868204 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.1.4