Skip to content
Snippets Groups Projects
Commit 70b73f2d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

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
parents 96b6f0d8 ebdaf7df
Branches
Tags
No related merge requests found
......@@ -108,7 +108,7 @@ if ($sref)
}
if ($snom)
{
$sql .= natural_search('s.nom', $snom);
$sql .= natural_search('p.label', $snom);
}
if($catid)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment