From: Marcel de Rooy Date: Fri, 15 Feb 2019 10:06:33 +0000 (+0000) Subject: Bug 19832: (QA follow-up) Remove obsolete pending_queue call X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=012200fbc0e3684be312cad055dc583c30a1131d;p=koha.git Bug 19832: (QA follow-up) Remove obsolete pending_queue call Only use of $pending was removed in the former patch. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens --- diff --git a/C4/SIP/ILS/Transaction/Checkout.pm b/C4/SIP/ILS/Transaction/Checkout.pm index 09028ab14c..1caf0e72d6 100644 --- a/C4/SIP/ILS/Transaction/Checkout.pm +++ b/C4/SIP/ILS/Transaction/Checkout.pm @@ -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;