diff --git a/htdocs/telephonie/ligne/fiche.php b/htdocs/telephonie/ligne/fiche.php index 095274b5e5c..d2b03476f57 100644 --- a/htdocs/telephonie/ligne/fiche.php +++ b/htdocs/telephonie/ligne/fiche.php @@ -625,7 +625,7 @@ else print ''; - print 'Fournisseur'; + print 'Fournisseur'; $sql = "SELECT rowid, nom FROM ".MAIN_DB_PREFIX."telephonie_fournisseur"; $sql .= " WHERE commande_active = 1 AND rowid = ".$ligne->fournisseur_id; @@ -639,9 +639,13 @@ else print $row[1]; } $db->free(); - } + } + print 'PDF détail : '.$ligne->pdfdetail; + print ''; + + print 'Remise LMN'.$ligne->remise.' %'; print 'historique'; @@ -677,6 +681,8 @@ else print 'liste'; print ''; + + /* Contacts */ $sql = "SELECT c.idp, c.name, c.firstname, c.email ";