From b486f3234ca0b8ba239ca652dba6d86dc63e1494 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 2 Sep 2005 14:16:20 +0000 Subject: [PATCH] changed renewal to opac_renewal for now eventually need to refactor many of these methods, named parameters etc. git-svn-id: svn://svn.open-ils.org/ILS/trunk@1789 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Circ/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Rules.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Rules.pm index e9f55d6713..97947a23f8 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Rules.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Rules.pm @@ -472,7 +472,7 @@ sub circulate { if($isrenew) { warn "Renewing circ.... ".$circ->id ." and setting num renews to " . $numrenews - 1 . "\n"; - $circ->renewal(1); + $circ->opac_renewal(1); # XXX different for different types ! $circ->clear_id; $circ->renewal_remaining($numrenews - 1); } -- 2.43.2