options['format'] == 'numeric') { return parent::render($values); } if ($this->options['format'] == 'uc_price') { return uc_currency_format($values->{$this->field_alias}); } } }