TRUE, ); /** * Show a list of payments */ public function action_list() { $this->meta->title = 'R|Customer Payments'; Block::factory() ->title('Customer Payments') ->title_icon($this->icon) ->body(View::factory('payment/reseller/list')->set('o',ORM::factory('Payment')->where_authorised($this->ao)->find_all())); } } ?>