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

Ajout grille tarif

parent 929fe541
No related branches found
No related tags found
No related merge requests found
......@@ -486,7 +486,9 @@ else
$commercial->fetch();
print '<tr><td width="20%">Commercial Signature</td>';
print '<td colspan="3">'.$commercial->fullname.'</td></tr>';
print '<td>'.$commercial->fullname.'</td>';
print '<td>Grille tarif</td><td>'.$contrat->grille_tarif_nom.'</td></tr>';
$commercial_suiv = new User($db, $contrat->commercial_suiv_id);
$commercial_suiv->fetch();
......
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