Browse Source

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 <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
19.05.x
Marcel de Rooy 5 years ago
committed by Nick Clemens
parent
commit
012200fbc0
  1. 1
      C4/SIP/ILS/Transaction/Checkout.pm

1
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;

Loading…
Cancel
Save