mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix Computed Extrafields on list
Fix empty $object / $objectoffield in core/tpl/extrafields_list_print_fields.tpl.php for computed extrafields to work thirdparties list.
This commit is contained in:
parent
2c52622348
commit
ab06204902
|
|
@ -1696,6 +1696,8 @@ while ($i < $imaxinloop) {
|
|||
$companystatic->fk_prospectlevel = $obj->fk_prospectlevel;
|
||||
$companystatic->fk_parent = $obj->fk_parent;
|
||||
$companystatic->entity = $obj->entity;
|
||||
|
||||
$object = $companystatic;
|
||||
}
|
||||
|
||||
if ($mode == 'kanban') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user