View | Details | Raw Unified | Return to bug 33028
Collapse All | Expand All

(-)a/Koha/CirculationRules.pm (-1 / +2 lines)
Lines 83-88 our $RULE_KINDS = { Link Here
83
    },
83
    },
84
    article_request_fee => {
84
    article_request_fee => {
85
        scope => [ 'branchcode', 'categorycode' ],
85
        scope => [ 'branchcode', 'categorycode' ],
86
        is_monetary => 1,
86
    },
87
    },
87
    open_article_requests_limit => {
88
    open_article_requests_limit => {
88
        scope => [ 'branchcode', 'categorycode' ],
89
        scope => [ 'branchcode', 'categorycode' ],
Lines 202-207 our $RULE_KINDS = { Link Here
202
    },
203
    },
203
    recall_overdue_fine => {
204
    recall_overdue_fine => {
204
        scope => [ 'branchcode', 'categorycode', 'itemtype' ],
205
        scope => [ 'branchcode', 'categorycode', 'itemtype' ],
206
        is_monetary => 1,
205
    },
207
    },
206
    recall_shelf_time => {
208
    recall_shelf_time => {
207
        scope => [ 'branchcode', 'categorycode', 'itemtype' ],
209
        scope => [ 'branchcode', 'categorycode', 'itemtype' ],
208
- 

Return to bug 33028