More Standardisation work.

This commit is contained in:
Deon George
2016-08-03 14:00:51 +10:00
parent 85f08bbb0a
commit 5f84d2c14f
38 changed files with 276 additions and 100 deletions

View File

@@ -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',

View File

@@ -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);
}