Missing rename product field libelle into label
This commit is contained in:
parent
3a1b7d6530
commit
a1cc47f81b
@ -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";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user