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

Ajout image

parent 64595683
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,7 @@ if ($_GET["id"])
print '<td><a href="'.DOL_URL_ROOT.'/telephonie/client/fiche.php?id='.$obj->idp.'">';
print img_file();
print '</a>&nbsp;';
print '<img src="../contrat/statut'.$obj->statut.'.png">&nbsp;';
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";
......
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