Add constant in modAccounting.class.php

This commit is contained in:
aspangaro 2015-09-07 21:51:48 +02:00
parent 5780d33f9b
commit 46b0e259b1

View File

@ -196,6 +196,11 @@ class modAccounting extends DolibarrModules
"chaine",
"ER"
);
$this->const[23] = array(
"ACCOUNTING_EXPORT_FORMAT",
"chaine",
"csv"
);
// Tabs
$this->tabs = array();