diff --git a/htdocs/telephonie/stats/factures/index.php b/htdocs/telephonie/stats/factures/index.php index 0d11d8c1538..f3315a46d70 100644 --- a/htdocs/telephonie/stats/factures/index.php +++ b/htdocs/telephonie/stats/factures/index.php @@ -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'; diff --git a/htdocs/telephonie/stats/factures/type.php b/htdocs/telephonie/stats/factures/type.php index 2d32dba6b07..8101258b15c 100644 --- a/htdocs/telephonie/stats/factures/type.php +++ b/htdocs/telephonie/stats/factures/type.php @@ -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';