From a1cc47f81bc051f380d91ea6353ffee1a0043f06 Mon Sep 17 00:00:00 2001 From: jfefe Date: Mon, 4 May 2015 12:58:54 +0200 Subject: [PATCH] Missing rename product field libelle into label --- htdocs/product/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 3dc86bd3052..0b3549573c1 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -169,7 +169,7 @@ if (empty($reshook)) { $error=0; - if (! GETPOST('libelle')) + if (! GETPOST('label')) { setEventMessage($langs->trans('ErrorFieldRequired',$langs->transnoentities('Label')), 'errors'); $action = "create";