From ca341a1bb9617a847f48b433ef40cee29ee1d89e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 20 Mar 2012 08:54:33 +0100 Subject: [PATCH] Fix: the truncation is really blocking, especially if you can view all --- htdocs/societe/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php index 98f5508a105..dd0e7717164 100644 --- a/htdocs/societe/index.php +++ b/htdocs/societe/index.php @@ -195,7 +195,7 @@ if ($result) $thirdparty_static->datem=$db->jdate($objp->datem); $thirdparty_static->status=$objp->status; $thirdparty_static->canvas=$objp->canvas; - print $thirdparty_static->getNomUrl(1,'',16); + print $thirdparty_static->getNomUrl(1); print "\n"; // Type print '';