From 2bc0c3d86e6959a9116463a24067038ec5670e8c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 9 Nov 2005 09:11:26 +0000 Subject: [PATCH] Modif onglets --- htdocs/telephonie/stats/factures/gain.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/stats/factures/gain.php b/htdocs/telephonie/stats/factures/gain.php index d13ec8167ee..fd147c24353 100644 --- a/htdocs/telephonie/stats/factures/gain.php +++ b/htdocs/telephonie/stats/factures/gain.php @@ -48,8 +48,8 @@ $head[$h][1] = "Gain"; $hselected = $h; $h++; -$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/lastmonth.php'; -$head[$h][1] = "3 derniers mois"; +$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/type.php'; +$head[$h][1] = "Méthode de paiement"; $h++; dolibarr_fiche_head($head, $hselected, "Satistiques Factures");