diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php
index 278145eb644..520cb5d175a 100644
--- a/htdocs/comm/action/fiche.php
+++ b/htdocs/comm/action/fiche.php
@@ -203,12 +203,6 @@ if ($action == 'add_action')
$action = 'create';
$mesg='
'.$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("DateEnd")).'
';
}
- if (! empty($datep) && GETPOST('percentage') == 0)
- {
- $error++;
- $action = 'create';
- $mesg=''.$langs->trans("ErrorStatusCantBeZeroIfStarted").'
';
- }
if (! GETPOST('apyear') && ! GETPOST('adyear'))
{