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

(-)a/t/db_dependent/Koha/Patron/Modifications.t (-2 / +1 lines)
Lines 272-278 subtest 'pending_count() and pending() tests' => sub { Link Here
272
272
273
    my $patron_1
273
    my $patron_1
274
        = $builder->build(
274
        = $builder->build(
275
        { source => 'Borrower', value => { branchcode => $library_1 } } );
275
        { source => 'Borrower', value => { branchcode => $library_1, flags => 1 } } );
276
    my $patron_2
276
    my $patron_2
277
        = $builder->build(
277
        = $builder->build(
278
        { source => 'Borrower', value => { branchcode => $library_2 } } );
278
        { source => 'Borrower', value => { branchcode => $library_2 } } );
279
- 

Return to bug 18403