Parcourir la source

Modification cron force process orders

refactoring
Guillaume il y a 3 ans
Parent
révision
e183a73ed6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      backend/controllers/CronController.php

+ 1
- 1
backend/controllers/CronController.php Voir le fichier

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

/**

Chargement…
Annuler
Enregistrer