diff --git a/htdocs/product/card.php b/htdocs/product/card.php index cb3513c63ba..351245794c3 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -400,7 +400,7 @@ if (empty($reshook)) { $object->volume = GETPOST('volume'); $object->volume_units = GETPOST('volume_units'); // This is not the fk_unit but the power of unit $finished = GETPOST('finished', 'int'); - if ($finished > 0) { + if ($finished >= 0) { $object->finished = $finished; } else { $object->finished = null;