From 8c00aca9c622a36eced2a028f9e337bf36746c63 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 11 May 2005 12:48:27 +0000 Subject: [PATCH] Ajout grille tarif --- htdocs/telephonie/contrat/fiche.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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();