Added permissions to Order
This commit is contained in:
@@ -110,6 +110,10 @@ class ProductNetworkModel {
|
||||
$network_id = $filter['network_id'];
|
||||
if(is_numeric($network_id)) {
|
||||
$where .= " AND network_id=$network_id";
|
||||
} else {
|
||||
if(is_array($network_id)) {
|
||||
$where .= " AND network_id IN (". implode(",", $network_id).")";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user