ソースを参照

Merge branch 'dev'

prodstable
Guillaume 3年前
コミット
a4a07e00ae
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('-1 day'))) ;
$this->actionProcessOrders($key, date('Y-m-d')) ;
}

/**

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