New Preorder cancelling
This commit is contained in:
@@ -78,6 +78,7 @@ class PreorderlogisticsController extends mfBaseController {
|
||||
|
||||
$filter[">status_code"] = 139;
|
||||
$filter["<status_code"] = 800;
|
||||
$filter["deleted"] = 0;
|
||||
$filter["connection_type"] = ["single-dwelling", "business"];
|
||||
$pagination['maxItems'] = PreorderModel::countWithLogistics($filter);
|
||||
$preorders = PreorderModel::searchWithLogistics($filter, $pagination);
|
||||
|
||||
Reference in New Issue
Block a user