diff --git a/htdocs/telephonie/contrat/fiche.php b/htdocs/telephonie/contrat/fiche.php index 10551491066..79586bdd20b 100644 --- a/htdocs/telephonie/contrat/fiche.php +++ b/htdocs/telephonie/contrat/fiche.php @@ -486,7 +486,9 @@ else $commercial->fetch(); print 'Commercial Signature'; - print ''.$commercial->fullname.''; + print ''.$commercial->fullname.''; + + print 'Grille tarif'.$contrat->grille_tarif_nom.''; $commercial_suiv = new User($db, $contrat->commercial_suiv_id); $commercial_suiv->fetch();