diff --git a/htdocs/categories/categorie.php b/htdocs/categories/categorie.php index 10657039279..f273e637bc1 100644 --- a/htdocs/categories/categorie.php +++ b/htdocs/categories/categorie.php @@ -141,7 +141,7 @@ if ($_GET["socid"]) */ $head = societe_prepare_head($soc); - dol_fiche_head($head, 'category', $langs->trans("ThirdParty")); + dol_fiche_head($head, 'category', $langs->trans("ThirdParty"),0,'company'); print '
| '; diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 646810d52a5..437a285d12f 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -124,7 +124,6 @@ if ($mode == 'search') } } - llxHeader('',$langs->trans('CustomerCard')); $userstatic=new User($db); @@ -149,7 +148,7 @@ if ($socid > 0) $head = societe_prepare_head($objsoc); - dol_fiche_head($head, 'customer', $langs->trans("ThirdParty")); + dol_fiche_head($head, 'customer', $langs->trans("ThirdParty"),0,'company'); /* diff --git a/htdocs/comm/remise.php b/htdocs/comm/remise.php index 76bb3fd7f5f..46c602d5641 100644 --- a/htdocs/comm/remise.php +++ b/htdocs/comm/remise.php @@ -89,7 +89,7 @@ if ($_socid > 0) */ $head = societe_prepare_head($objsoc); - dol_fiche_head($head, 'relativediscount', $langs->trans("ThirdParty")); + dol_fiche_head($head, 'relativediscount', $langs->trans("ThirdParty"),0,'company'); /* diff --git a/htdocs/comm/remx.php b/htdocs/comm/remx.php index 980093e0bee..56c7079960e 100644 --- a/htdocs/comm/remx.php +++ b/htdocs/comm/remx.php @@ -123,7 +123,7 @@ if ($_socid > 0) */ $head = societe_prepare_head($objsoc); - dol_fiche_head($head, 'absolutediscount', $langs->trans("ThirdParty")); + dol_fiche_head($head, 'absolutediscount', $langs->trans("ThirdParty"),0,'company'); print ' |