From 46b0e259b1f45da5827c9f50c3433c020be369b1 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Mon, 7 Sep 2015 21:51:48 +0200 Subject: [PATCH] Add constant in modAccounting.class.php --- htdocs/core/modules/modAccounting.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/core/modules/modAccounting.class.php b/htdocs/core/modules/modAccounting.class.php index d4db6b2e798..0fd9c265bfb 100644 --- a/htdocs/core/modules/modAccounting.class.php +++ b/htdocs/core/modules/modAccounting.class.php @@ -196,6 +196,11 @@ class modAccounting extends DolibarrModules "chaine", "ER" ); + $this->const[23] = array( + "ACCOUNTING_EXPORT_FORMAT", + "chaine", + "csv" + ); // Tabs $this->tabs = array();