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

(-)a/admin/smart-rules.pl (-2 / +1 lines)
Lines 555-561 elsif ( $op eq 'mod-refund-lost-item-fee-rule' ) { Link Here
555
    } else {
555
    } else {
556
        Koha::CirculationRules->set_rules(
556
        Koha::CirculationRules->set_rules(
557
            {
557
            {
558
                branchcode   => undef,
558
                branchcode   => $branch,
559
                rules        => {
559
                rules        => {
560
                    refund => $refund
560
                    refund => $refund
561
                }
561
                }
562
- 

Return to bug 18936