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

(-)a/t/db_dependent/SIP/Transaction.t (-1 / +1 lines)
Lines 742-747 subtest do_checkout_with_patron_blocked => sub { Link Here
742
        }
742
        }
743
    );
743
    );
744
744
745
    t::lib::Mocks::mock_preference( 'IssuingInProcess', 0 );
745
    my $fines_sip_patron = C4::SIP::ILS::Patron->new( $fines_patron->cardnumber );
746
    my $fines_sip_patron = C4::SIP::ILS::Patron->new( $fines_patron->cardnumber );
746
747
747
    $circ = $ils->checkout( $fines_patron->cardnumber, $item->barcode, undef, undef, $server->{account} );
748
    $circ = $ils->checkout( $fines_patron->cardnumber, $item->barcode, undef, undef, $server->{account} );
748
- 

Return to bug 32602