From b25848b98865d70ab6a006c1fc4d9c8709da77ed Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 30 May 2005 08:39:20 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20lien=20vers=20les=20d=E9tails=20des=20c?= =?UTF-8?q?ommerciaux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/stats/distributeurs/index.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/htdocs/telephonie/stats/distributeurs/index.php b/htdocs/telephonie/stats/distributeurs/index.php index a15181a5003..8cc12318da8 100644 --- a/htdocs/telephonie/stats/distributeurs/index.php +++ b/htdocs/telephonie/stats/distributeurs/index.php @@ -94,7 +94,7 @@ print ''; print ''; print ''; -$sql = "SELECT sum(p.montant), d.nom, u.firstname, u.name"; +$sql = "SELECT sum(p.montant), d.nom, u.firstname, u.name, u.rowid"; $sql .= " FROM ".MAIN_DB_PREFIX."user as u"; $sql .= " , ".MAIN_DB_PREFIX."telephonie_distributeur as d"; $sql .= " , ".MAIN_DB_PREFIX."telephonie_contrat_priseordre as p"; @@ -116,14 +116,10 @@ if ($resql) while ($i < $num) { $row = $db->fetch_row($i); - $var=!$var; - print ""; - print ''; - - print ''; + print ''; print ''; $i++; }
DistributeurCommercialPrise d\'ordre
'.$row[1].''.$row[2]." ".$row[3].''.$row[2]." ".$row[3].''.price($row[0]).'