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

Fix: Syntax error

parent 1e29a97a
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ else ...@@ -102,7 +102,7 @@ else
{ {
if (GETPOST('type')) if (GETPOST('type'))
{ {
$sql .= " AND p.fk_product_type = " . GETPOST('type')); $sql .= " AND p.fk_product_type = " . GETPOST('type','int');
} }
if ($sref) if ($sref)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment