From da4240f3f1a7b3a91f046d7c459baffa12df26d1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 Jun 2005 23:54:35 +0000 Subject: [PATCH] Fix: Lien invalide --- htdocs/comm/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index f12fe80f5f5..d49ea34e92c 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -268,7 +268,7 @@ if ($resql) { $objp = $db->fetch_object($resql); print ""; - print "idp."\">".img_object($langs->trans("ShowCustomer"),"company")." ".$objp->nom.""; + print "idp."\">".img_object($langs->trans("ShowCustomer"),"company")." ".$objp->nom.""; print ''.dolibarr_print_date($objp->datec).""; print ''; $i++;