From a747b069e93ec99fd3d8d63abea001c9261968e9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 3 Apr 2023 16:27:53 +0200 Subject: [PATCH] Debug v18 --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index d275589885d..bdeb1994ba3 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -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';