mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-11 03:51:25 +01:00
fix test variable has been renanamed in v20 (#29392)
This commit is contained in:
@@ -12321,7 +12321,7 @@ function getElementProperties($elementType)
|
||||
} elseif ($elementType == 'inventory') {
|
||||
$module = 'product';
|
||||
$classpath = 'product/inventory/class';
|
||||
} elseif ($element_type == 'stock' || $element_type == 'entrepot') {
|
||||
} elseif ($elementType == 'stock' || $elementType == 'entrepot') {
|
||||
$module = 'stock';
|
||||
$classpath = 'product/stock/class';
|
||||
$classfile = 'entrepot';
|
||||
|
||||
Reference in New Issue
Block a user