From 6f7b975aa9c61df56de9b484981c59bff9268098 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 15 Feb 2019 10:06:33 +0000 Subject: [PATCH] Bug 19832: (QA follow-up) Remove obsolete pending_queue call Content-Type: text/plain; charset=utf-8 Only use of $pending was removed in the former patch. Signed-off-by: Marcel de Rooy --- C4/SIP/ILS/Transaction/Checkout.pm | 1 - 1 file changed, 1 deletion(-) 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; -- 2.11.0