Skip to content

Commit

Permalink
Missing rename product field libelle into label
Browse files Browse the repository at this point in the history
  • Loading branch information
jfefe committed May 4, 2015
1 parent 3a1b7d6 commit a1cc47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/card.php
Expand Up @@ -169,7 +169,7 @@
{
$error=0;

if (! GETPOST('libelle'))
if (! GETPOST('label'))
{
setEventMessage($langs->trans('ErrorFieldRequired',$langs->transnoentities('Label')), 'errors');
$action = "create";
Expand Down

0 comments on commit a1cc47f

Please sign in to comment.