Misc fixes for ADSL excess traffic and strtotime() functions for last month
This commit is contained in:
@@ -15,7 +15,7 @@ class Task_Adsl_Trafficcharge extends Minion_Task {
|
||||
);
|
||||
|
||||
protected function _execute(array $params) {
|
||||
$date = strtotime('last month');
|
||||
$date = strtotime('first day of last month');
|
||||
$c = array();
|
||||
|
||||
// @todo Pick up services that are no longer active, but were inactive < 30 days ago.
|
||||
|
Reference in New Issue
Block a user