Feature/warehouse improvements
This commit is contained in:
@@ -34,6 +34,8 @@ class Helper {
|
||||
$sql .= " AND `$columnName` LIKE '%" . $item . "%'";
|
||||
}
|
||||
}
|
||||
} else if ($filterValue === 0) {
|
||||
$sql .= " AND `$columnName` = 0";
|
||||
}
|
||||
|
||||
return $sql;
|
||||
|
||||
Reference in New Issue
Block a user