Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0

This commit is contained in:
Laurent Destailleur 2019-12-17 12:45:00 +01:00
commit 27b1e71cd2

View File

@ -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>';
} }