From 3ee6bb8b57820f0ef66efbd903206f916762f1d0 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 31 Jan 2019 16:01:09 -0500 Subject: [PATCH] updating recurring fine rule --- sql/add_student_card_profile.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sql/add_student_card_profile.sql b/sql/add_student_card_profile.sql index 2824b09..0bf310b 100644 --- a/sql/add_student_card_profile.sql +++ b/sql/add_student_card_profile.sql @@ -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 -- 2.11.0