Fixing style errors.

This commit is contained in:
stickler-ci 2022-01-04 09:42:24 +00:00
parent b1f750ac2f
commit f0677ed665
2 changed files with 64 additions and 65 deletions

View File

@ -83,8 +83,7 @@ if($id) {
$morehtmlref .= $langs->trans('ThirdParty').' : '; $morehtmlref .= $langs->trans('ThirdParty').' : ';
if ($object->thirdparty->id > 0) { if ($object->thirdparty->id > 0) {
$morehtmlref .= $object->thirdparty->getNomUrl(1, 'contact'); $morehtmlref .= $object->thirdparty->getNomUrl(1, 'contact');
} } else {
else {
$morehtmlref .= $langs->trans("ContactNotLinkedToCompany"); $morehtmlref .= $langs->trans("ContactNotLinkedToCompany");
} }
} }