Modif libells onglets

This commit is contained in:
Rodolphe Quiedeville
2004-07-22 13:22:38 +00:00
parent 15d315fdd3
commit 168ce3adf7

View File

@@ -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++;
}