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

(-)a/t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t (-1 / +1 lines)
Lines 41-46 $builder->build( Link Here
41
            firstremind  => 0,
41
            firstremind  => 0,
42
            finedays     => 2,
42
            finedays     => 2,
43
            lengthunit   => 'days',
43
            lengthunit   => 'days',
44
            suspension_chargeperiod => 1,
44
        }
45
        }
45
    }
46
    }
46
);
47
);
47
- 

Return to bug 19804