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

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

Return to bug 23916