From 222e16773f5caa8934a3d1159afd12a30abcb384 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 --- acqui/finishreceive.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/acqui/finishreceive.pl b/acqui/finishreceive.pl index c9870ac..c72da15 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.1.4