forked from Wavyzz/dolibarr
FIX: Only are showing one object linked
This commit is contained in:
@@ -2271,7 +2271,7 @@ abstract class CommonObject
|
||||
{
|
||||
dol_include_once('/'.$classpath.'/'.$classfile.'.class.php');
|
||||
|
||||
foreach($objectids as $i => $objectid); // $i is rowid into llx_element_element
|
||||
foreach($objectids as $i => $objectid) // $i is rowid into llx_element_element
|
||||
{
|
||||
$object = new $classname($this->db);
|
||||
$ret = $object->fetch($objectid);
|
||||
|
||||
Reference in New Issue
Block a user