updating recurring fine rule
authorChris Sharp <csharp@georgialibraries.org>
Thu, 31 Jan 2019 21:01:09 +0000 (16:01 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 31 Jan 2019 21:01:09 +0000 (16:01 -0500)
sql/add_student_card_profile.sql

index 2824b09..0bf310b 100644 (file)
@@ -36,12 +36,14 @@ insert into config.circ_matrix_matchpoint (
     org_unit,
     grp,
     circulate,
-    max_fine_rule
+    max_fine_rule,
+    recurring_fine_rule
 ) values (
     1,
     (select id from permission.grp_tree where name = 'Student Card (pilot)'),
     true,
-    (select id from config.rule_max_fine where name = 'no_fines')
+    (select id from config.rule_max_fine where name = 'no_fines'),
+    (select id from config.rule_recurring_fine where name = 'no_fines')
 );
 
 -- 2 holds at a time