Some cleanup, setup improvements and other misc items
This commit is contained in:
@@ -23,7 +23,7 @@ class Controller_Reseller_Payment extends Controller_Payment {
|
||||
->title_icon('icon-th-list')
|
||||
->body(Table::factory()
|
||||
->page_items(50)
|
||||
->data(ORM::factory('Payment')->where('account_id','IN',$this->ao->RTM->customers($this->ao->RTM))->find_all())
|
||||
->data(ORM::factory('Payment')->where_authorised($this->ao)->find_all())
|
||||
->columns(array(
|
||||
'id'=>'ID',
|
||||
'date_payment'=>'Date',
|
||||
|
Reference in New Issue
Block a user