2
0
forked from Wavyzz/dolibarr

NEW: Multiselect ledger account code filter on book keeping list

This commit is contained in:
Florian HENRY
2020-11-07 15:31:27 +01:00
parent 2fdba3ad46
commit 1bdd617feb
6 changed files with 117 additions and 9 deletions

View File

@@ -154,6 +154,12 @@ class modAccounting extends DolibarrModules
"csv",
"", 0, 'current', 0
);
$this->const[14] = array(
"ACCOUNTING_LIMIT_LIST_VENTILATION",
"chaine",
"50",
"", 0, 'current', 0
);
// Tabs
$this->tabs = array();