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:
Katrin Fischer 2023-06-16 16:57:51 +00:00 committed by Tomas Cohen Arazi
parent 598970a122
commit e2634097c1
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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' ],