Fix: Syntax error
This commit is contained in:
parent
1e29a97a89
commit
d3efd86e3d
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user