Przeglądaj źródła

Correctif cron process orders

refactoring
Guillaume 3 lat temu
rodzic
commit
82c2295ddb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      backend/controllers/CronController.php

+ 1
- 1
backend/controllers/CronController.php Wyświetl plik

@@ -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')) ;
}

/**

Ładowanie…
Anuluj
Zapisz