Explorar el Código

Correctif cron process orders

refactoring
Guillaume hace 3 años
padre
commit
82c2295ddb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      backend/controllers/CronController.php

+ 1
- 1
backend/controllers/CronController.php Ver fichero

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

/**

Cargando…
Cancelar
Guardar