Skip to content

Commit

Permalink
Fix field too small
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 12, 2018
1 parent a4f48fc commit 00a8be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/product/list.php
Expand Up @@ -716,15 +716,15 @@
// Ref
if (! empty($arrayfields['p.ref']['checked']))
{
print '<td class="tdoverflowmax150">';
print '<td class="tdoverflowmax200">';
print $product_static->getNomUrl(1);
print "</td>\n";
if (! $i) $totalarray['nbfield']++;
}
// Ref supplier
if (! empty($arrayfields['pfp.ref_fourn']['checked']))
{
print '<td class="tdoverflowmax150">';
print '<td class="tdoverflowmax200">';
print $product_static->getNomUrl(1);
print "</td>\n";
if (! $i) $totalarray['nbfield']++;
Expand Down

0 comments on commit 00a8be2

Please sign in to comment.