removing hardcoded value

This commit is contained in:
Paul Poulain 2009-10-29 17:56:22 +01:00
parent dc85da1830
commit a1fe8bae96

View file

@ -161,7 +161,6 @@ if ( $ordnum eq '' and defined $params->{'breedingid'}){
$listprice = 0;
}
}
$listprice=100;
SetImportRecordStatus($params->{'breedingid'}, 'imported');
}
}