protected function _initFields()
 {
     parent::_initFields();
     $this->add(new Kwf_Form_Field_Select('amount', trlKwfStatic('Amount')))->setAllowBlank(false)->setValues($this->_getAmountValues())->setEditable(true);
 }
 protected function _initFields()
 {
     parent::_initFields();
     $this->add(new Kwf_Form_Field_NumberField('value', trlcKwfStatic('Amount of Money', 'Amount')))->setAllowNegative(false)->setWidth(50)->setAllowBlank(false)->setComment('EUR');
 }