mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 04:21:30 +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') {
|
} elseif ($elementType == 'inventory') {
|
||||||
$module = 'product';
|
$module = 'product';
|
||||||
$classpath = 'product/inventory/class';
|
$classpath = 'product/inventory/class';
|
||||||
} elseif ($element_type == 'stock' || $element_type == 'entrepot') {
|
} elseif ($elementType == 'stock' || $elementType == 'entrepot') {
|
||||||
$module = 'stock';
|
$module = 'stock';
|
||||||
$classpath = 'product/stock/class';
|
$classpath = 'product/stock/class';
|
||||||
$classfile = 'entrepot';
|
$classfile = 'entrepot';
|
||||||
|
|||||||
Reference in New Issue
Block a user