Fix: MIssing language file for category members export
This commit is contained in:
parent
b5771ebbfc
commit
8028b77966
@ -65,7 +65,7 @@ class modCategorie extends DolibarrModules
|
|||||||
|
|
||||||
// Config pages
|
// Config pages
|
||||||
$this->config_page_url = array('categorie.php@categories');
|
$this->config_page_url = array('categorie.php@categories');
|
||||||
$this->langfiles = array("products","companies","categories");
|
$this->langfiles = array("products","companies","categories","members");
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
$this->const = array();
|
$this->const = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user