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