From 1817a045aca2bea9cea0481955dac5d138dfdd2e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 May 2011 22:28:55 +0000 Subject: [PATCH] Doc --- htdocs/compta/facture/contact.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/facture/contact.php b/htdocs/compta/facture/contact.php index 1e6c47056a8..0b43f011446 100644 --- a/htdocs/compta/facture/contact.php +++ b/htdocs/compta/facture/contact.php @@ -232,8 +232,8 @@ if ($id > 0 || ! empty($ref)) print ''; print ''; - // Ligne ajout pour contact interne - print ""; + // Line to add an internal contact + print ""; print ''; print img_object('','user').' '.$langs->trans("Users"); @@ -262,9 +262,9 @@ if ($id > 0 || ! empty($ref)) print ''; print ''; - // Ligne ajout pour contact externe + // Line to add an external contact $var=!$var; - print ""; + print ""; print ''; print img_object('','contact').' '.$langs->trans("ThirdPartyContacts");