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

(-)a/t/db_dependent/SIP/Transaction.t (-1 / +1 lines)
Lines 681-686 subtest do_checkout_with_patron_blocked => sub { Link Here
681
        }
681
        }
682
    );
682
    );
683
683
684
    t::lib::Mocks::mock_preference( 'IssuingInProcess', 0 );
684
    my $fines_sip_patron  = C4::SIP::ILS::Patron->new( $fines_patron->cardnumber );
685
    my $fines_sip_patron  = C4::SIP::ILS::Patron->new( $fines_patron->cardnumber );
685
686
686
    $circ = $ils->checkout($fines_patron->cardnumber, $item->barcode, undef, undef, $server->{account});
687
    $circ = $ils->checkout($fines_patron->cardnumber, $item->barcode, undef, undef, $server->{account});
687
- 

Return to bug 32602