Bug 15438: [QA Follow-up] Moving POD statement for CanBookBeIssued
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 8 Sep 2017 08:14:10 +0000 (10:14 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 12 Sep 2017 14:28:33 +0000 (11:28 -0300)
The statement for head3 NB ('nota bene'?) looks like a hash key
in the list of possible return values for $needsconfirmation.
Moved it up and prefixed it with IMPORTANT.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm

index 2320e72..abb4c50 100644 (file)
@@ -570,7 +570,11 @@ sub TooMany {
 
 Check if a book can be issued.
 
-C<$issuingimpossible> and C<$needsconfirmation> are some hashref.
+C<$issuingimpossible> and C<$needsconfirmation> are hashrefs.
+
+IMPORTANT: The assumption by users of this routine is that causes blocking
+the issue are keyed by uppercase labels and other returned
+data is keyed in lower case!
 
 =over 4
 
@@ -662,12 +666,6 @@ sticky due date is invalid or due date in the past
 
 if the borrower borrows to much things
 
-=head3 NB
-
-The assumption by users of the routine is that causes blocking
-the issue are keyed by uppercase labels and other returned
-data is keyed in lower case
-
 =cut
 
 sub CanBookBeIssued {