mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug v18
This commit is contained in:
parent
0427457ce3
commit
a747b069e9
|
|
@ -11251,7 +11251,7 @@ function getElementProperties($element_type)
|
|||
} elseif ($element_type == 'bank_account') {
|
||||
$classpath = 'compta/bank/class';
|
||||
$module = 'banque';
|
||||
$classfile = 'Account';
|
||||
$classfile = 'account';
|
||||
$classname = 'Account';
|
||||
} elseif ($element_type == 'category') {
|
||||
$classpath = 'categories/class';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user