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++; }