From d25eb5ab5d81e19990f452f3a2f620cc8f00d7a7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 15 Jun 2005 15:34:31 +0000 Subject: [PATCH] Ajout onglet --- htdocs/telephonie/stats/factures/index.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/stats/factures/index.php b/htdocs/telephonie/stats/factures/index.php index dbfaf14c20a..f099ef758b3 100644 --- a/htdocs/telephonie/stats/factures/index.php +++ b/htdocs/telephonie/stats/factures/index.php @@ -44,12 +44,19 @@ $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/index.php'; $head[$h][1] = "Global"; $hselected = $h; $h++; + $head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/gain.php'; $head[$h][1] = "Gain"; $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++; + +//$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/factures/lastmonth.php'; +//$head[$h][1] = "3 derniers mois"; +//$h++; + dolibarr_fiche_head($head, $hselected, "Satistiques Factures"); print '';