mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Modif libells onglets
This commit is contained in:
@@ -242,13 +242,13 @@ else
|
||||
if ($soc->client==1)
|
||||
{
|
||||
$head[$h][0] = DOL_URL_ROOT.'/comm/fiche.php?socid='.$soc->id;
|
||||
$head[$h][1] = 'Fiche client';
|
||||
$head[$h][1] = 'Client';
|
||||
$h++;
|
||||
}
|
||||
if ($soc->client==2)
|
||||
{
|
||||
$head[$h][0] = DOL_URL_ROOT.'/comm/prospect/fiche.php?id='.$soc->id;
|
||||
$head[$h][1] = 'Fiche prospect';
|
||||
$head[$h][1] = 'Prospect';
|
||||
$h++;
|
||||
}
|
||||
if ($soc->fournisseur)
|
||||
@@ -260,7 +260,7 @@ else
|
||||
|
||||
if ($conf->compta->enabled) {
|
||||
$head[$h][0] = DOL_URL_ROOT.'/compta/fiche.php?socid='.$soc->id;
|
||||
$head[$h][1] = 'Fiche compta';
|
||||
$head[$h][1] = 'Comptabilit<EFBFBD>';
|
||||
$h++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user