added a constant for the special unlimited circ-duration string
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 7 Aug 2006 20:18:53 +0000 (20:18 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 7 Aug 2006 20:18:53 +0000 (20:18 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5344 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Const.pm

index f71cb11..b26d73b 100644 (file)
@@ -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';