Add constant in modAccounting.class.php
This commit is contained in:
parent
5780d33f9b
commit
46b0e259b1
@ -196,6 +196,11 @@ class modAccounting extends DolibarrModules
|
||||
"chaine",
|
||||
"ER"
|
||||
);
|
||||
$this->const[23] = array(
|
||||
"ACCOUNTING_EXPORT_FORMAT",
|
||||
"chaine",
|
||||
"csv"
|
||||
);
|
||||
|
||||
// Tabs
|
||||
$this->tabs = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user