Modif gain->marge

This commit is contained in:
Rodolphe Quiedeville 2005-12-06 09:56:06 +00:00
parent 575fe76ea9
commit d3ff8a661f
2 changed files with 5 additions and 5 deletions

View File

@ -42,8 +42,8 @@ $head[$h][1] = "Global";
$hselected = $h;
$h++;
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/gain.php';
$head[$h][1] = "Gain";
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/marge.php';
$head[$h][1] = "Marge";
$h++;
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/type.php';

View File

@ -42,10 +42,10 @@ $h = 0;
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/index.php';
$head[$h][1] = "Global";
$h++;
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/gain.php';
$head[$h][1] = "Gain";
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/marge.php';
$head[$h][1] = "Marge";
$h++;
$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/type.php';