More Standardisation work.
This commit is contained in:
@@ -64,7 +64,7 @@ class Controller_Reseller_Service extends Controller_Service {
|
||||
->data($svs)
|
||||
->columns(array(
|
||||
'id'=>'ID',
|
||||
'service_name()'=>'Service',
|
||||
'name()'=>'Service',
|
||||
'recur_schedule'=>'Billing',
|
||||
'price(TRUE,TRUE)'=>'Price',
|
||||
'account->refnum()'=>'Cust ID',
|
||||
|
@@ -59,7 +59,7 @@ class Controller_User_Service extends Controller_Service {
|
||||
->set('o',$so);
|
||||
|
||||
Block::factory()
|
||||
->title(sprintf('%s: %s',$so->id(),$so->service_name()))
|
||||
->title(sprintf('%s: %s',$so->id(),$so->name()))
|
||||
->title_icon('fa fa-server')
|
||||
->body($output);
|
||||
}
|
||||
|
Reference in New Issue
Block a user