From e3ced8487a19c893270a72d1a88f21fcbd2f9286 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Mon, 11 Aug 2014 20:33:13 +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 1b87d935baf..6478d826014 100644 --- a/htdocs/core/modules/modCategorie.class.php +++ b/htdocs/core/modules/modCategorie.class.php @@ -218,7 +218,7 @@ class modCategorie extends DolibarrModules 'p.zip' => 'contact', 'p.town' => 'contact', 'country.code' => 'contact', - 'country.libelle' => 'contact', + 'country.label' => 'contact', 'p.birthday' => 'contact', 'p.poste' => 'contact', 'p.phone' => 'contact',