Updated charge, Invoice improvements and other minor fixes
This commit is contained in:
@@ -18,7 +18,7 @@ class Task_Adsl_Trafficget extends Minion_Task {
|
||||
|
||||
protected function _execute(array $params) {
|
||||
foreach ($this->_traffic_suppliers(TRUE) as $aso) {
|
||||
if (Minion_CLI::options('verbose'))
|
||||
if ($params['verbose'])
|
||||
echo $aso->name."\n";
|
||||
|
||||
Service_Traffic_Adsl::instance($aso->name)->update_traffic();
|
||||
|
Reference in New Issue
Block a user