diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index fa1f0fa5621..8971b93a3df 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -732,7 +732,7 @@ else
{
print '
| '.$langs->trans("Nature").' | ';
$statutarray=array('1' => $langs->trans("Finished"), '0' => $langs->trans("RowMaterial"));
- print $form->selectarray('finished',$statutarray,GETPOST('finished'));
+ print $form->selectarray('finished',$statutarray,GETPOST('finished'),1);
print ' |
';
}