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
|
||||
$this->config_page_url = array('categorie.php@categories');
|
||||
$this->langfiles = array("products","companies","categories");
|
||||
$this->langfiles = array("products","companies","categories","members");
|
||||
|
||||
// Constants
|
||||
$this->const = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user