From: erickson Date: Thu, 19 Jun 2008 21:12:25 +0000 (+0000) Subject: oops, forgot to commit the new const variable X-Git-Url: https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff_plain;h=7ac910b6efbf48a1d26a9194f619c02a5fa909fe oops, forgot to commit the new const variable git-svn-id: svn://svn.open-ils.org/ILS/trunk@9892 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Const.pm b/Open-ILS/src/perlmods/OpenILS/Const.pm index 75604ed82a..28ca6dc878 100644 --- a/Open-ILS/src/perlmods/OpenILS/Const.pm +++ b/Open-ILS/src/perlmods/OpenILS/Const.pm @@ -81,6 +81,7 @@ econst OILS_SETTING_HOLD_SOFT_STALL => 'circ.hold_stalling.soft'; econst OILS_SETTING_HOLD_HARD_STALL => 'circ.hold_stalling.hard'; econst OILS_SETTING_HOLD_SOFT_BOUNDARY => 'circ.hold_boundary.soft'; econst OILS_SETTING_HOLD_HARD_BOUNDARY => 'circ.hold_boundary.hard'; +econst OILS_SETTING_HOLD_EXPIRE => 'circ.hold_expire_interval';