|
|
@@ -573,7 +573,8 @@ class RecordIN extends Component
|
|
|
'type' => $this->type,
|
|
|
'financial_movement' => $this->financial_movement,
|
|
|
'deleted' => $this->deleted,
|
|
|
- 'numero_fattura' => ''
|
|
|
+ 'numero_fattura' => '',
|
|
|
+ 'amount' => 0
|
|
|
]);
|
|
|
$this->dataId = $record->id;
|
|
|
|