Ajout grille tarif
This commit is contained in:
parent
929fe54171
commit
8c00aca9c6
@ -486,7 +486,9 @@ else
|
|||||||
$commercial->fetch();
|
$commercial->fetch();
|
||||||
|
|
||||||
print '<tr><td width="20%">Commercial Signature</td>';
|
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 = new User($db, $contrat->commercial_suiv_id);
|
||||||
$commercial_suiv->fetch();
|
$commercial_suiv->fetch();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user