projects
/
contrib
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ba4bfd
)
updating recurring fine rule
author
Chris Sharp
<csharp@georgialibraries.org>
Thu, 31 Jan 2019 21:01:09 +0000
(16:01 -0500)
committer
Chris Sharp
<csharp@georgialibraries.org>
Thu, 31 Jan 2019 21:01:09 +0000
(16:01 -0500)
sql/add_student_card_profile.sql
patch
|
blob
|
history
diff --git
a/sql/add_student_card_profile.sql
b/sql/add_student_card_profile.sql
index
2824b09
..
0bf310b
100644
(file)
--- 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