Merge pull request #3621 from fmarcet/3.8
FIX Only are showing one object linked
This commit is contained in:
commit
4c1e018ded
@ -2271,7 +2271,7 @@ abstract class CommonObject
|
|||||||
{
|
{
|
||||||
dol_include_once('/'.$classpath.'/'.$classfile.'.class.php');
|
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);
|
$object = new $classname($this->db);
|
||||||
$ret = $object->fetch($objectid);
|
$ret = $object->fetch($objectid);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user