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