Merge pull request #4306 from marcosgdf/bug-3980

FIX #3980 Search field in "product by supplier" list sends empty result 3.8 and 3.7
This commit is contained in:
Laurent Destailleur 2015-12-27 17:38:33 +01:00
commit 70b73f2d51

View File

@ -108,7 +108,7 @@ if ($sref)
}
if ($snom)
{
$sql .= natural_search('s.nom', $snom);
$sql .= natural_search('p.label', $snom);
}
if($catid)
{