lint(travis)
This commit is contained in:
parent
c0b6dd92d7
commit
a296f81bc6
@ -2238,7 +2238,7 @@ class Product extends CommonObject
|
|||||||
if ($separatedStock) {
|
if ($separatedStock) {
|
||||||
$sql .= " AND sp.fk_entrepot IN (
|
$sql .= " AND sp.fk_entrepot IN (
|
||||||
SELECT rowid
|
SELECT rowid
|
||||||
FROM ".MAIN_DB_PREFIX."entrepot WHERE entity IN (" . $visibleWarehousesEntities ."))";
|
FROM ".MAIN_DB_PREFIX."entrepot WHERE entity IN (" . $this->db->sanitize($visibleWarehousesEntities) ."))";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user