Add LEDL MISC 1 year 0 renew rule
authorDan Scott <dan@coffeecode.net>
Thu, 11 Aug 2011 13:42:30 +0000 (09:42 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 14:22:50 +0000 (10:22 -0400)
This had been working in production, but apparently never got
checked into git?

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/javascript/backend/circ/circ_duration_OWA.js

index d3f589f..3b8e7d9 100644 (file)
@@ -61,6 +61,9 @@ if (isValidPatron(patronProfile)) {
         case 'ILL-BOOK':
             result.durationRule = '3_weeks_0_renew';
             break;
+        case 'LEDL MISC':
+            result.durationRule = '1_year_0_renew';
+            break;
         case 'MEDIA':
             result.durationRule = 'OWA_' + profileFirst;
             break;