From b15aed3cb6687f0e0b3714408d09fdf3cc59fa6b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 6 Dec 2008 00:11:23 +0000 Subject: [PATCH] Increase ref size in list --- htdocs/product/liste.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 4501971dbe1..999d672af0c 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -283,15 +283,8 @@ if ($resql) $product_static->id = $objp->rowid; $product_static->ref = $objp->ref; $product_static->type = $objp->fk_product_type; - print $product_static->getNomUrl(1,'',16); - /* print "rowid\">"; - if ($objp->fk_product_type==1) - print img_object($langs->trans("ShowService"),"service"); - else - print img_object($langs->trans("ShowProduct"),"product"); - print ' '; - print ''.$objp->ref.""; -*/ print "\n"; + print $product_static->getNomUrl(1,'',24); + print "\n"; // Label print ''.dolibarr_trunc($objp->label,40).'';