Standardisation work, changed accnum() to refnum()
This commit is contained in:
@@ -248,20 +248,7 @@ $.ajax({
|
||||
Block::factory()
|
||||
->title(sprintf('%s: %s',_('Current Services Using this Product'),$po->title()))
|
||||
->title_icon('icon-th-list')
|
||||
->body(Table::factory()
|
||||
->data($po->service->where_active()->find_all())
|
||||
->page_items(25)
|
||||
->columns(array(
|
||||
'id'=>'ID',
|
||||
'account->accnum()'=>'Acc Num',
|
||||
'account->name()'=>'Account',
|
||||
'name()'=>'Details',
|
||||
'status'=>'Active',
|
||||
'price(TRUE,TRUE)'=>'Price',
|
||||
))
|
||||
->prepend(array(
|
||||
'id'=>array('url'=>URL::link('user','service/view/')),
|
||||
)));
|
||||
->body(View::factory('service/reseller/list')->set('o',$po->service->where_active()->find_all()));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user