Merge branch 'fronkdev' into 'master'
Changed status_code for Preorderlogistics to 140 See merge request fronk/thetool!280
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class Preorder_Statustrigger_145 {
|
class Preorder_Statustrigger_140 {
|
||||||
private $log;
|
private $log;
|
||||||
|
|
||||||
private $preorder;
|
private $preorder;
|
||||||
@@ -76,8 +76,8 @@ class PreorderlogisticsController extends mfBaseController {
|
|||||||
|
|
||||||
$filter['network_id'] = $my_network_ids;
|
$filter['network_id'] = $my_network_ids;
|
||||||
|
|
||||||
$filter[">status_code"] = 139;
|
$filter["status_code"] = 140;
|
||||||
$filter["<status_code"] = 800;
|
//$filter["<status_code"] = 800;
|
||||||
$filter["deleted"] = 0;
|
$filter["deleted"] = 0;
|
||||||
$filter["connection_type"] = ["single-dwelling", "business"];
|
$filter["connection_type"] = ["single-dwelling", "business"];
|
||||||
$pagination['maxItems'] = PreorderModel::countWithLogistics($filter);
|
$pagination['maxItems'] = PreorderModel::countWithLogistics($filter);
|
||||||
|
|||||||
Reference in New Issue
Block a user