From 9ada60afbc3f00ba5b6afc6d274c0116109c5d95 Mon Sep 17 00:00:00 2001 From: simnandez Date: Fri, 26 Oct 2012 18:53:56 +0200 Subject: [PATCH] New: More import options. Products categories --- 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 55277e2a6f1..4f4ecba0714 100644 --- a/htdocs/core/modules/modCategorie.class.php +++ b/htdocs/core/modules/modCategorie.class.php @@ -184,7 +184,7 @@ class modCategorie extends DolibarrModules //Products $r++; $this->import_code[$r]=$this->rights_class.'_'.$r; - $this->import_label[$r]="CatSupList"; // Translation key + $this->import_label[$r]="CatProdList"; // Translation key $this->import_icon[$r]=$this->picto; $this->import_entities_array[$r]=array(); // We define here only fields that use another icon that the one defined into import_icon $this->import_tables_array[$r]=array('cp'=>MAIN_DB_PREFIX.'categorie_product');