Some cleanup, setup improvements and other misc items
This commit is contained in:
@@ -47,7 +47,7 @@ class Controller_Reseller_Service_Adsl extends Controller_Service {
|
||||
}
|
||||
|
||||
public function action_list() {
|
||||
$svs = ORM::factory('Service')->where('account_id','IN',$this->ao->RTM->customers($this->ao->RTM))->list_byplugin('ADSL');
|
||||
$svs = ORM::factory('Service')->where_authorised($this->ao)->list_byplugin('ADSL');
|
||||
|
||||
$data = $this->consoltraffic($svs,time());
|
||||
|
||||
|
Reference in New Issue
Block a user