|
Lines 104-110
our $RULE_KINDS = {
Link Here
|
| 104 |
fine => { |
104 |
fine => { |
| 105 |
scope => [ 'branchcode', 'categorycode', 'itemtype' ], |
105 |
scope => [ 'branchcode', 'categorycode', 'itemtype' ], |
| 106 |
is_monetary => 1, |
106 |
is_monetary => 1, |
| 107 |
}, |
107 |
}, |
| 108 |
finedays => { |
108 |
finedays => { |
| 109 |
scope => [ 'branchcode', 'categorycode', 'itemtype' ], |
109 |
scope => [ 'branchcode', 'categorycode', 'itemtype' ], |
| 110 |
}, |
110 |
}, |
|
Lines 163-169
our $RULE_KINDS = {
Link Here
|
| 163 |
overduefinescap => { |
163 |
overduefinescap => { |
| 164 |
scope => [ 'branchcode', 'categorycode', 'itemtype' ], |
164 |
scope => [ 'branchcode', 'categorycode', 'itemtype' ], |
| 165 |
is_monetary => 1, |
165 |
is_monetary => 1, |
| 166 |
}, |
166 |
}, |
| 167 |
renewalperiod => { |
167 |
renewalperiod => { |
| 168 |
scope => [ 'branchcode', 'categorycode', 'itemtype' ], |
168 |
scope => [ 'branchcode', 'categorycode', 'itemtype' ], |
| 169 |
}, |
169 |
}, |
| 170 |
- |
|
|