From a1fe8bae9694833537c49fcb6e4e3ab424e8716b Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 29 Oct 2009 17:56:22 +0100 Subject: [PATCH] removing hardcoded value --- acqui/neworderempty.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index 6be14ec923..8dcc300c6a 100755 --- a/acqui/neworderempty.pl +++ b/acqui/neworderempty.pl @@ -161,7 +161,6 @@ if ( $ordnum eq '' and defined $params->{'breedingid'}){ $listprice = 0; } } - $listprice=100; SetImportRecordStatus($params->{'breedingid'}, 'imported'); } } -- 2.20.1