diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php
index 24538c78d66..ddd865521d7 100644
--- a/htdocs/societe/index.php
+++ b/htdocs/societe/index.php
@@ -293,15 +293,15 @@ if ($result)
$s = '';
if (($obj->client == 2 || $obj->client == 3) && empty($conf->global->SOCIETE_DISABLE_PROSPECTS))
{
- $s .= ''.dol_substr($langs->trans("Prospect"), 0, 1).'';
+ $s .= ''.dol_substr($langs->trans("Prospect"), 0, 1).'';
}
if (($obj->client == 1 || $obj->client == 3) && empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))
{
- $s .= ''.dol_substr($langs->trans("Customer"), 0, 1).'';
+ $s .= ''.dol_substr($langs->trans("Customer"), 0, 1).'';
}
if ((!empty($conf->fournisseur->enabled) && empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD) || !empty($conf->supplier_order->enabled) || !empty($conf->supplier_invoice->enabled)) && $obj->fournisseur)
{
- $s .= ''.dol_substr($langs->trans("Supplier"), 0, 1).'';
+ $s .= ''.dol_substr($langs->trans("Supplier"), 0, 1).'';
}
print $s;
print '';