Skip to content

Commit

Permalink
FIX #3980 Search field in "product by supplier" list sends empty resu…
Browse files Browse the repository at this point in the history
…lt 3.8 and 3.7
  • Loading branch information
marcosgdf committed Dec 27, 2015
1 parent 96b6f0d commit ebdaf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/product/list.php
Expand Up @@ -108,7 +108,7 @@
}
if ($snom)
{
$sql .= natural_search('s.nom', $snom);
$sql .= natural_search('p.label', $snom);
}
if($catid)
{
Expand Down

0 comments on commit ebdaf7d

Please sign in to comment.