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

(-)a/Koha/CirculationRules.pm (-1 / +3 lines)
Lines 100-105 our $RULE_KINDS = { Link Here
100
    hardduedatecompare => {
100
    hardduedatecompare => {
101
        scope => [ 'branchcode', 'categorycode', 'itemtype' ],
101
        scope => [ 'branchcode', 'categorycode', 'itemtype' ],
102
    },
102
    },
103
    holds_per_day => {
104
        scope => [ 'branchcode', 'categorycode', 'itemtype' ],
105
    },
103
    holds_per_record => {
106
    holds_per_record => {
104
        scope => [ 'branchcode', 'categorycode', 'itemtype' ],
107
        scope => [ 'branchcode', 'categorycode', 'itemtype' ],
105
    },
108
    },
106
- 

Return to bug 18936