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

(-)a/t/db_dependent/Koha/Patrons.t (-8 lines)
Lines 1419-1431 subtest 'get_overdues' => sub { Link Here
1419
            value  => { branchcode => $library->{branchcode} }
1419
            value  => { branchcode => $library->{branchcode} }
1420
        }
1420
        }
1421
    );
1421
    );
1422
    my $issuer = $builder->build(
1423
        {
1424
            source => 'Borrower',
1425
            value  => { branchcode => $library->{branchcode} }
1426
        }
1427
    );
1428
    t::lib::Mocks::mock_userenv({ number => $issuer->{borrowernumber} });
1429
1422
1430
    t::lib::Mocks::mock_preference({ branchcode => $library->{branchcode} });
1423
    t::lib::Mocks::mock_preference({ branchcode => $library->{branchcode} });
1431
1424
1432
- 

Return to bug 23916