Merge pull request #12724 from atm-florian/9.0
fix: task document tab FATAL without thirdparty
This commit is contained in:
commit
cdb730cf4a
@ -257,7 +257,9 @@ if ($object->id > 0)
|
|||||||
|
|
||||||
// Third party
|
// Third party
|
||||||
$morehtmlref .= $langs->trans("ThirdParty") . ': ';
|
$morehtmlref .= $langs->trans("ThirdParty") . ': ';
|
||||||
|
if (is_object($projectstatic->thirdparty) && $projectstatic->thirdparty->id > 0) {
|
||||||
$morehtmlref .= $projectstatic->thirdparty->getNomUrl(1);
|
$morehtmlref .= $projectstatic->thirdparty->getNomUrl(1);
|
||||||
|
}
|
||||||
$morehtmlref .= '</div>';
|
$morehtmlref .= '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user