From de910df144ef69de61a5bac8a2e40c3223fcb3f2 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Thu, 6 Jan 2011 12:46:25 +0000 Subject: [PATCH] issue to wrong link --- htdocs/compta/facture/impayees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/impayees.php b/htdocs/compta/facture/impayees.php index 1ee2a2c77c8..54b66763e99 100644 --- a/htdocs/compta/facture/impayees.php +++ b/htdocs/compta/facture/impayees.php @@ -363,7 +363,7 @@ if ($result) print "".dol_print_date($db->jdate($objp->df),'day')."\n"; print "".dol_print_date($db->jdate($objp->datelimite),'day')."\n"; - print ''.img_object($langs->trans("ShowCompany"),"company").' '.dol_trunc($objp->nom,28).''; + print ''.img_object($langs->trans("ShowCompany"),"company").' '.dol_trunc($objp->nom,28).''; print "".price($objp->total_ht).""; print "".price($objp->total_ttc)."";