2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Noé Cendrier
2024-03-28 10:36:49 +01:00
parent bcd99c1365
commit 2ab704d630

View File

@@ -12150,7 +12150,7 @@ function getElementProperties($elementType)
}
// Object lines will use parent classpath and module ref
if (substr($element_type, -3) == 'det') {
if (substr($elementType, -3) == 'det') {
$module = preg_replace('/det$/', '', $element);
$subelement = preg_replace('/det$/', '', $subelement);
$classpath = $module.'/class';