Add ILL-BOOK circ rule for OWA
authorDan Scott <dan@coffeecode.net>
Mon, 20 Jun 2011 17:54:23 +0000 (13:54 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 14:22:46 +0000 (10:22 -0400)
Per ticket #683:

Loan period of 3 weeks
NO RENEWALS

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

index 883e833..d3f589f 100644 (file)
@@ -58,6 +58,9 @@ if (isValidPatron(patronProfile)) {
         case 'DVD VIDEO':
             result.durationRule = 'OWA_audiovisual';
             break;
+        case 'ILL-BOOK':
+            result.durationRule = '3_weeks_0_renew';
+            break;
         case 'MEDIA':
             result.durationRule = 'OWA_' + profileFirst;
             break;