public function setDisabled($bool)
 {
     parent::setDisabled($bool);
     $this->fieldAmount->setDisabled($bool);
     $this->fieldCurrency->setDisabled($bool);
     return $this;
 }