From 00a8be22a288435b16aa86e704fe7c12cce8b895 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 12 Feb 2018 22:11:43 +0100 Subject: [PATCH] Fix field too small --- htdocs/product/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 257d3344ba5..fb9b9672015 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -716,7 +716,7 @@ else // Ref if (! empty($arrayfields['p.ref']['checked'])) { - print ''; + print ''; print $product_static->getNomUrl(1); print "\n"; if (! $i) $totalarray['nbfield']++; @@ -724,7 +724,7 @@ else // Ref supplier if (! empty($arrayfields['pfp.ref_fourn']['checked'])) { - print ''; + print ''; print $product_static->getNomUrl(1); print "\n"; if (! $i) $totalarray['nbfield']++;