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

ajout prise d'ordre

parent 63857fd7
No related branches found
No related tags found
No related merge requests found
......@@ -497,6 +497,13 @@ else
print '<td colspan="3">'.$commercial_suiv->fullname.'</td></tr>';
/* Prise d'ordre */
print '<tr><td width="20%">Prise d\'ordre</td>';
$po = $contrat->priseordre_totale();
print '<td colspan="3">'.$po.' euros HT</td></tr>';
/*
print '<tr><td width="20%">Statut</td><td colspan="2">';
print '<img src="./graph'.$contrat->statut.'.png">&nbsp;';
......
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