Skip to content
Snippets Groups Projects
Commit af647b5a authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Bugfix

parent bc7aa90a
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ if ($resql) ...@@ -77,7 +77,7 @@ if ($resql)
$marge = $row[4]; $marge = $row[4];
print "<tr $bc[$var]>"; print "<tr $bc[$var]>";
print '<td><a href="'.DOL_URL_ROOT.'/telephonie/client/ca.php?id='.$row[5].'">'.$row[0]."</a></td>\n"; print '<td><a href="'.DOL_URL_ROOT.'/telephonie/client/stats.php?id='.$row[5].'">'.$row[0]."</a></td>\n";
print '<td align="right">'.price($row[1])." HT</td>\n"; print '<td align="right">'.price($row[1])." HT</td>\n";
print '<td align="right">'.price($row[2])." HT</td>\n"; print '<td align="right">'.price($row[2])." HT</td>\n";
print '<td align="right">'.number_format(round($marge), 2, '.', ' ')." %</td>\n"; print '<td align="right">'.number_format(round($marge), 2, '.', ' ')." %</td>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment