@@ -391,7 +391,7 @@ class RecordOUT extends Component
//'year' => $this->year,
//'note' => $this->note,
'type' => $this->type,
- //'amount' => $this->currencyToDouble($this->amount),
+ 'amount' => $this->currencyToDouble($this->amount),
'commercial' => $this->commercial,
]);