Bug 18639: (follow-up) Remove debugging code
authorNick Clemens <nick@bywatersolutions.com>
Tue, 2 Oct 2018 00:09:12 +0000 (00:09 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 2 Oct 2018 00:09:12 +0000 (00:09 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

acqui/finishreceive.pl

index c9870ac..c72da15 100755 (executable)
@@ -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