TRUE, ); /** * Show payments received */ public function action_list() { $this->meta->title = 'Payments Received'; Block::factory() ->title(sprintf('%s: %s - %s',_('Payments Received For'),$this->ao->refnum(),$this->ao->name(TRUE))) ->title_icon($this->icon) ->body(View::factory('payment/user/list')->set('o',$this->ao->payment->find_all())); } } ?>