TRUE, ); public function action_list() { $this->meta->title = 'R|Customer Invoice List'; Block::factory() ->title('Customer Invoices') ->title_icon($this->icon) ->body(View::factory('invoice/list')->set('o',ORM::factory('Invoice')->where_authorised($this->ao)->where_active()->find_all())); } } ?>