Bug 33028: (QA follow-up) Tidy introduced code
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
86c2d9d1e9
commit
82bdaa8fbc
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ our $RULE_KINDS = {
|
|||
fine => {
|
||||
scope => [ 'branchcode', 'categorycode', 'itemtype' ],
|
||||
is_monetary => 1,
|
||||
},
|
||||
},
|
||||
finedays => {
|
||||
scope => [ 'branchcode', 'categorycode', 'itemtype' ],
|
||||
},
|
||||
|
@ -163,7 +163,7 @@ our $RULE_KINDS = {
|
|||
overduefinescap => {
|
||||
scope => [ 'branchcode', 'categorycode', 'itemtype' ],
|
||||
is_monetary => 1,
|
||||
},
|
||||
},
|
||||
renewalperiod => {
|
||||
scope => [ 'branchcode', 'categorycode', 'itemtype' ],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue