Fix field too small

This commit is contained in:
Laurent Destailleur 2018-02-12 22:11:43 +01:00
parent a4f48fcfb6
commit 00a8be22a2

View File

@ -716,7 +716,7 @@ else
// Ref // Ref
if (! empty($arrayfields['p.ref']['checked'])) if (! empty($arrayfields['p.ref']['checked']))
{ {
print '<td class="tdoverflowmax150">'; print '<td class="tdoverflowmax200">';
print $product_static->getNomUrl(1); print $product_static->getNomUrl(1);
print "</td>\n"; print "</td>\n";
if (! $i) $totalarray['nbfield']++; if (! $i) $totalarray['nbfield']++;
@ -724,7 +724,7 @@ else
// Ref supplier // Ref supplier
if (! empty($arrayfields['pfp.ref_fourn']['checked'])) if (! empty($arrayfields['pfp.ref_fourn']['checked']))
{ {
print '<td class="tdoverflowmax150">'; print '<td class="tdoverflowmax200">';
print $product_static->getNomUrl(1); print $product_static->getNomUrl(1);
print "</td>\n"; print "</td>\n";
if (! $i) $totalarray['nbfield']++; if (! $i) $totalarray['nbfield']++;