_options) { $this->_options = Mage::app()->getLocale()->getOptionAllCurrencies(); } $options = $this->_options; if(!$isMultiselect){ array_unshift($options, array('value'=>'', 'label'=>'')); } return $options; } }