Fix Title company contact card
This commit is contained in:
parent
a349f6c6e7
commit
7bd5306ae5
@ -144,7 +144,7 @@ if ($socid > 0 && empty($object->id)) {
|
||||
|
||||
$title = $langs->trans("ThirdParty");
|
||||
if (!empty($conf->global->MAIN_HTML_TITLE) && preg_match('/thirdpartynameonly/', $conf->global->MAIN_HTML_TITLE) && $object->name) {
|
||||
$title = $object->name." - ".$langs->trans('Card');
|
||||
$title = $object->name." - ".$langs->trans('ContactsAddresses');
|
||||
}
|
||||
$help_url = 'EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
|
||||
llxHeader('', $title, $help_url);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user