From: erickson Date: Fri, 23 Oct 2009 13:38:59 +0000 (+0000) Subject: updated org setting name (more hierarchy for better perms) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=903dc669cec8158677c82fc2aa4af7f873bed40f;p=evergreen%2Fmasslnc.git updated org setting name (more hierarchy for better perms) git-svn-id: svn://svn.open-ils.org/ILS/trunk@14576 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm index 44ae52f2a5..7a34a66204 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm @@ -492,7 +492,7 @@ sub uncancel_hold { # if configured to reset the request time, also reset the expire time if($U->ou_ancestor_setting_value( - $hold->request_lib, 'circ.hold_reset_request_time_on_uncancel', $e)) { + $hold->request_lib, 'circ.holds.uncancel.reset_request_time', $e)) { $hold->request_time('now'); my $interval = $U->ou_ancestor_setting_value($hold->request_lib, OILS_SETTING_HOLD_EXPIRE);