Bug 33028: Add is_monetary to recall_overdue_fine and article_request_fee
This patch marks the 2 missing monetary values for recal over due fines and article request fees as monetary. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
598970a122
commit
e2634097c1
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ our $RULE_KINDS = {
|
|||
},
|
||||
article_request_fee => {
|
||||
scope => [ 'branchcode', 'categorycode' ],
|
||||
is_monetary => 1,
|
||||
},
|
||||
open_article_requests_limit => {
|
||||
scope => [ 'branchcode', 'categorycode' ],
|
||||
|
@ -202,6 +203,7 @@ our $RULE_KINDS = {
|
|||
},
|
||||
recall_overdue_fine => {
|
||||
scope => [ 'branchcode', 'categorycode', 'itemtype' ],
|
||||
is_monetary => 1,
|
||||
},
|
||||
recall_shelf_time => {
|
||||
scope => [ 'branchcode', 'categorycode', 'itemtype' ],
|
||||
|
|
Loading…
Reference in a new issue