OSBO: Accidental copying of the "DVD VIDEO" rule
authorDan Scott <dscott@laurentian.ca>
Fri, 23 Sep 2011 20:40:38 +0000 (16:40 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 14:23:00 +0000 (10:23 -0400)
Meant to remove the "DVD" from the "DVD VIDEO" part of the circ modifier
the second time around.

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

index 96929d2..186283f 100644 (file)
@@ -25,7 +25,7 @@ if (copy.circ_modifier == 'CIRC SHORT') {
     result.durationRule = '1_day_1_renew';
 }
 
-if (copy.circ_modifier == 'DVD VIDEO') {
+if (copy.circ_modifier == 'VIDEO') {
     result.durationRule = '7_days_1_renew';
     result.recurringFinesRule = '1_dollar_per_day';
 }