From 7f74a9485a1c047faeccade38e2b5b12fe2e59de Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 11 Jun 2011 02:54:00 +0000 Subject: [PATCH] Trunc line --- htdocs/expedition/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php index 4379d4525cc..9033a9a5c65 100644 --- a/htdocs/expedition/index.php +++ b/htdocs/expedition/index.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2010 Laurent Destailleur + * Copyright (C) 2004-2011 Laurent Destailleur * Copyright (C) 2005-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -152,7 +152,7 @@ if ($resql) print ''; $companystatic->nom=$obj->nom; $companystatic->id=$obj->socid; - print $companystatic->getNomUrl(1,'customer'); + print $companystatic->getNomUrl(1,'customer',32); print ''; $i++; }