loaded() OR ! Auth::instance()->authorised($ao)) { $this->template->content = 'Unauthorised or doesnt exist?'; return FALSE; } Block::add(array( 'body'=>$output, )); $this->ao = $ao; // @todo Our pagination is broken if we select multiple accounts, and those accounts have multiple invoices. return parent::action_list(); } } ?>