From c7eadd8b6297a7696cedfe73a73862694231e776 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 18 Sep 2012 15:14:00 +0200 Subject: [PATCH] Bug 6151 follow-up fix POD Fixing POD, problem detected by jenkins (thanks jenkins !) --- C4/Circulation.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 499fd518a5..dd5d843a94 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -1030,6 +1030,8 @@ Returns: =item C<$message> is the branchcode where the item SHOULD be returned, if the return is not allowed +=back + =cut sub CanBookBeReturned { -- 2.39.5