Browse Source

Modification cron force process orders

refactoring
Guillaume 3 years ago
parent
commit
e183a73ed6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/CronController.php

+ 1
- 1
backend/controllers/CronController.php View File

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

/**

Loading…
Cancel
Save