From f7c31d651c9c97976d402651035ba9440c0925f5 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Mon, 11 Aug 2014 20:34:07 +0200 Subject: [PATCH] Correct --- htdocs/core/modules/modCategorie.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modCategorie.class.php b/htdocs/core/modules/modCategorie.class.php index 6478d826014..97b2d994b96 100644 --- a/htdocs/core/modules/modCategorie.class.php +++ b/htdocs/core/modules/modCategorie.class.php @@ -188,7 +188,7 @@ class modCategorie extends DolibarrModules 'p.zip' => 'Zip', 'p.town' => 'Town', 'country.code' => 'CountryCode', - 'country.libelle' => 'Country', + 'country.label' => 'Country', 'p.birthday' => 'DateToBirth', 'p.poste' => 'PostOrFunction', 'p.phone' => 'Phone',