Bug 19832: (QA follow-up) Remove obsolete pending_queue call
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 15 Feb 2019 10:06:33 +0000 (10:06 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 15 Feb 2019 18:42:45 +0000 (18:42 +0000)
Only use of $pending was removed in the former patch.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
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;