From: erickson Date: Mon, 7 Aug 2006 20:18:53 +0000 (+0000) Subject: added a constant for the special unlimited circ-duration string X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fd6d562365729906aaff1f7084c2da5261e2f7af;p=evergreen%2Fpines.git added a constant for the special unlimited circ-duration string git-svn-id: svn://svn.open-ils.org/ILS/trunk@5344 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Const.pm b/Open-ILS/src/perlmods/OpenILS/Const.pm index f71cb1155b..b26d73bb2f 100644 --- a/Open-ILS/src/perlmods/OpenILS/Const.pm +++ b/Open-ILS/src/perlmods/OpenILS/Const.pm @@ -66,6 +66,7 @@ econst OILS_STOP_FINES_RENEW => 'RENEW'; econst OILS_STOP_FINES_LOST => 'LOST'; econst OILS_STOP_FINES_CLAIMSRETURNED => 'CLAIMSRETURNED'; econst OILS_STOP_FINES_LONGOVERDUE => 'LONGOVERDUE'; +econst OILS_UNLIMITED_CIRC_DURATION => 'unlimited';