From: Chris Sharp Date: Thu, 31 Jan 2019 21:01:09 +0000 (-0500) Subject: updating recurring fine rule X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3ee6bb8b57820f0ef66efbd903206f916762f1d0;p=contrib%2Fpines.git updating recurring fine rule --- 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