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

(-)a/t/db_dependent/Circulation.t (-1 / +1 lines)
Lines 4111-4116 subtest 'AddReturn | is_overdue' => sub { Link Here
4111
            'NoRefundOnLostReturnedItemsAge',
4111
            'NoRefundOnLostReturnedItemsAge',
4112
            undef
4112
            undef
4113
        );
4113
        );
4114
        t::lib::Mocks::mock_preference( 'UseCashRegisters', 0 );
4114
4115
4115
        subtest 'lostreturn | refund_unpaid' => sub {
4116
        subtest 'lostreturn | refund_unpaid' => sub {
4116
            plan tests => 21;
4117
            plan tests => 21;
4117
- 

Return to bug 9762