From 964499ce8e7c342597595164f94b0ef971350af7 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 2 Nov 2006 17:26:30 +0000 Subject: [PATCH] fixed duration rules for art and equipment git-svn-id: svn://svn.open-ils.org/ILS/trunk@6548 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/javascript/backend/circ/circ_item_config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/javascript/backend/circ/circ_item_config.js b/Open-ILS/src/javascript/backend/circ/circ_item_config.js index e19889b130..0efe07e691 100644 --- a/Open-ILS/src/javascript/backend/circ/circ_item_config.js +++ b/Open-ILS/src/javascript/backend/circ/circ_item_config.js @@ -145,7 +145,7 @@ var CIRC_MOD_MAP = { 'art' : { SIPMediaType : '000', magneticMedia : 'f', - durationRule : '3_month_0_renew', /* make me 1 renewal when possible */ + durationRule : '3_month_1_renew', recurringFinesRule : '10_cent_per_day', maxFine : 'overdue_mid' }, @@ -241,7 +241,7 @@ var CIRC_MOD_MAP = { 'equipment' : { SIPMediaType : '000', magneticMedia : 'f', - durationRule : '3_days_1_renew', /* make me 1 day, 0 renewal when possible */ + durationRule : '1_day_0_renew', /* make me 1 day, 0 renewal when possible */ recurringFinesRule : '50_cent_per_day', maxFine : 'overdue_mid' }, -- 2.11.0