This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Correctif cron process orders
refactoring
Guillaume
3 years ago
parent
e183a73ed6
commit
82c2295ddb
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
+1
-1
backend/controllers/CronController.php
+ 1
- 1
backend/controllers/CronController.php
View File
public function actionForceProcessOrders($key = '')
public function actionForceProcessOrders($key = '')
{
{
$this->actionProcessOrders($key, date('Y-m-d'
, strtotime('-1 day')
)) ;
$this->actionProcessOrders($key, date('Y-m-d')) ;
}
}
/**
/**
Write
Preview
Loading…
Cancel
Save