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

(-)a/t/db_dependent/Koha/Patrons.t (-8 lines)
Lines 1430-1442 subtest 'get_overdues' => sub { Link Here
1430
            value  => { branchcode => $library->{branchcode} }
1430
            value  => { branchcode => $library->{branchcode} }
1431
        }
1431
        }
1432
    );
1432
    );
1433
    my $issuer = $builder->build(
1434
        {
1435
            source => 'Borrower',
1436
            value  => { branchcode => $library->{branchcode} }
1437
        }
1438
    );
1439
    t::lib::Mocks::mock_userenv({ number => $issuer->{borrowernumber} });
1440
1433
1441
    t::lib::Mocks::mock_preference({ branchcode => $library->{branchcode} });
1434
    t::lib::Mocks::mock_preference({ branchcode => $library->{branchcode} });
1442
1435
1443
- 

Return to bug 23916