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

Bugfix

parent ab23131c
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ if ($_GET["id"])
print '<a href="'.DOL_URL_ROOT.'/telephonie/client/fiche.php?id='.$obj->idp.'">'.$obj->nom."</a></td>\n";
print '<td align="right">'.sprintf("%01.2f",$obj->montant)."</td>\n";
print "</tr>\n";
$var=!$var;
$total += $obj->montant;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment