Skip to content
Snippets Groups Projects
Commit ebdaf7df authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

FIX #3980 Search field in "product by supplier" list sends empty result 3.8 and 3.7

parent 96b6f0d8
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment