followup 1 to to renewal limit override
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 22 Oct 2008 23:11:27 +0000 (18:11 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 23 Oct 2008 15:34:56 +0000 (10:34 -0500)
Update POD for CanBookBeRenewed().

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Circulation.pm

index 3e4b0e5..fb0cbb0 100644 (file)
@@ -1856,7 +1856,7 @@ END_SQL
 
 =head2 CanBookBeRenewed
 
-($ok,$error) = &CanBookBeRenewed($borrowernumber, $itemnumber);
+($ok,$error) = &CanBookBeRenewed($borrowernumber, $itemnumber[, $override_limit]);
 
 Find out whether a borrowed item may be renewed.
 
@@ -1867,6 +1867,10 @@ has the item on loan.
 
 C<$itemnumber> is the number of the item to renew.
 
+C<$override_limit>, if supplied with a true value, causes
+the limit on the number of times that the loan can be renewed
+(as controlled by the item type) to be ignored.
+
 C<$CanBookBeRenewed> returns a true value iff the item may be renewed. The
 item must currently be on loan to the specified borrower; renewals
 must be allowed for the item's type; and the borrower must not have