Fix Title company contact card

This commit is contained in:
Alexandre SPANGARO 2021-05-09 22:04:53 +02:00
parent a349f6c6e7
commit 7bd5306ae5

View File

@ -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);