Fixing style errors.
This commit is contained in:
parent
b1f750ac2f
commit
f0677ed665
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user