added v2 of cpeprov
This commit is contained in:
@@ -529,6 +529,13 @@ class OrderModel {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if(array_key_exists("add-where", $filter)) {
|
||||
$add_where = $filter['add-where'];
|
||||
if($add_where) {
|
||||
$where .= " AND ($add_where)";
|
||||
}
|
||||
}
|
||||
|
||||
//var_dump($filter, $where);exit;
|
||||
return $where;
|
||||
|
||||
Reference in New Issue
Block a user