Update task.php

This commit is contained in:
Laurent Destailleur 2017-07-13 14:30:50 +02:00 committed by GitHub
parent 7079e6d4bc
commit cbd9adc052

View File

@ -458,8 +458,8 @@ if ($id > 0 || ! empty($ref))
$morehtmlref.='<br>';
// Third party
if(!empty($projectstatic->thirdparty)) {
$morehtmlref.=$langs->trans("ThirdParty").': ';
$morehtmlref.=$langs->trans("ThirdParty").': ';
if (!empty($projectstatic->thirdparty)) {
$morehtmlref.=$projectstatic->thirdparty->getNomUrl(1);
}
$morehtmlref.='</div>';