From 051eef767ab3723a63e1bfff50864ab441e05f23 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 2 Oct 2018 00:09:12 +0000 Subject: [PATCH] Bug 18639: (follow-up) Remove debugging code Signed-off-by: Nick Clemens --- acqui/finishreceive.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/acqui/finishreceive.pl b/acqui/finishreceive.pl index c9870acc50..c72da15393 100755 --- a/acqui/finishreceive.pl +++ b/acqui/finishreceive.pl @@ -61,7 +61,6 @@ my $new_ordernumber = $ordernumber; $unitprice = Koha::Number::Price->new( $unitprice )->unformat(); $replacementprice = Koha::Number::Price->new( $replacementprice )->unformat(); -warn "Replacement $replacementprice"; my $basket = Koha::Acquisition::Orders->find( $ordernumber )->basket; #need old receivedate if we update the order, parcel.pl only shows the right parcel this way FIXME -- 2.39.2