commit
ac661c67b3
@ -282,7 +282,7 @@ if ($projectid > 0) {
|
|||||||
// Title
|
// Title
|
||||||
$morehtmlref .= $project->title;
|
$morehtmlref .= $project->title;
|
||||||
// Thirdparty
|
// Thirdparty
|
||||||
if ($project->thirdparty->id > 0) {
|
if (isset($project->thirdparty->id) && $project->thirdparty->id > 0) {
|
||||||
$morehtmlref .= '<br>'.$langs->trans('ThirdParty').' : '.$project->thirdparty->getNomUrl(1, 'project');
|
$morehtmlref .= '<br>'.$langs->trans('ThirdParty').' : '.$project->thirdparty->getNomUrl(1, 'project');
|
||||||
}
|
}
|
||||||
$morehtmlref .= '</div>';
|
$morehtmlref .= '</div>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user