Update task.php
This commit is contained in:
parent
7079e6d4bc
commit
cbd9adc052
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user