2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2024-01-17 20:23:38 +01:00
parent f7485182f7
commit af3bb1d144

View File

@@ -8021,7 +8021,7 @@ class Form
$objectdescorig = $objectdesc;
$objecttmp = null;
$InfoFieldList = array();
var_dump($objectfield);
if ($objectfield) { // We must retreive the objectdesc from the field or extrafield
// Example: $objectfield = 'product:options_package'
$tmparray = explode(':', $objectfield);