From c16962ef5d8830cc9c6b18e7f9a872c9c9ffbea6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 27 Jan 2005 11:19:35 +0000 Subject: [PATCH] Ajout du champ commentaire --- htdocs/telephonie/ligne/remises.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/ligne/remises.php b/htdocs/telephonie/ligne/remises.php index 77581df9475..a1809734100 100644 --- a/htdocs/telephonie/ligne/remises.php +++ b/htdocs/telephonie/ligne/remises.php @@ -58,7 +58,6 @@ if ( $result ) $hselected=$h; $h++; - dolibarr_fiche_head($head, $hselected, 'Ligne : '.$ligne->numero); @@ -110,6 +109,7 @@ if ( $result ) print ''; print 'Date'; print 'Remise'; + print 'Commentaire'; print 'Utilisateur'; print ''; @@ -133,6 +133,8 @@ if ( $result ) print ''.strftime("%a %d %B %Y %H:%M:%S",$row[0]).''; print ''.$row[1].' %'; + print ''.stripslashes($row[3]).' '; + print ''.$row[5] . " " . $row[4] . ""; $i++; }