Bug 19832: (QA follow-up) Remove obsolete pending_queue call
[koha.git] / C4 / SIP / ILS / Transaction / Checkout.pm
index 09028ab..1caf0e7 100644 (file)
@@ -48,7 +48,6 @@ sub new {
 sub do_checkout {
        my $self = shift;
        syslog('LOG_DEBUG', "ILS::Transaction::Checkout performing checkout...");
-       my $pending        = $self->{item}->pending_queue;
        my $shelf          = $self->{item}->hold_shelf;
        my $barcode        = $self->{item}->id;
        my $patron_barcode = $self->{patron}->id;