소스 검색

fix insert ricevute

FabioFratini 10 달 전
부모
커밋
c73e96ee1b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/Http/Livewire/RecordIN.php

+ 2 - 1
app/Http/Livewire/RecordIN.php

@@ -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;