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

(-)a/t/db_dependent/Circulation/SwitchOnSiteCheckouts.t (-1 / +2 lines)
Lines 95-100 my $issuingrule = $builder->build({ Link Here
95
        maxonsiteissueqty  => 1,
95
        maxonsiteissueqty  => 1,
96
        lengthunit         => 'days',
96
        lengthunit         => 'days',
97
        issuelength        => 5,
97
        issuelength        => 5,
98
        hardduedate        => undef,
99
        hardduedatecompare => 0,
98
    },
100
    },
99
});
101
});
100
102
101
- 

Return to bug 21155