fix warnings in ticket list
This commit is contained in:
parent
6b3916a7b3
commit
13f04053a1
@ -560,7 +560,7 @@ if ($projectid > 0 || $project_ref) {
|
||||
// Title
|
||||
$morehtmlref .= $object->title;
|
||||
// Thirdparty
|
||||
if (!empty($object->thirdparty) && $object->thirdparty->id > 0) {
|
||||
if (!empty($object->thirdparty->id) && $object->thirdparty->id > 0) {
|
||||
$morehtmlref .= '<br>'.$langs->trans('ThirdParty').' : '.$object->thirdparty->getNomUrl(1, 'project');
|
||||
}
|
||||
$morehtmlref .= '</div>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user