Missing rename product field libelle into label

This commit is contained in:
jfefe 2015-05-04 12:58:54 +02:00
parent 3a1b7d6530
commit a1cc47f81b

View File

@ -169,7 +169,7 @@ if (empty($reshook))
{ {
$error=0; $error=0;
if (! GETPOST('libelle')) if (! GETPOST('label'))
{ {
setEventMessage($langs->trans('ErrorFieldRequired',$langs->transnoentities('Label')), 'errors'); setEventMessage($langs->trans('ErrorFieldRequired',$langs->transnoentities('Label')), 'errors');
$action = "create"; $action = "create";