ソースを参照

Modification cron force process orders

refactoring
Guillaume 3年前
コミット
e183a73ed6
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      backend/controllers/CronController.php

+ 1
- 1
backend/controllers/CronController.php ファイルの表示

@@ -134,7 +134,7 @@ class CronController extends BackendController

public function actionForceProcessOrders($key = '')
{
$this->actionProcessOrders($key, date('Y-m-d', strtotime('-5 day'))) ;
$this->actionProcessOrders($key, date('Y-m-d', strtotime('-1 day'))) ;
}

/**

読み込み中…
キャンセル
保存