소스 검색

financial_movements - fix

ferrari 1 개월 전
부모
커밋
f96078b5c1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Http/Livewire/FinancialMovements.php

+ 1 - 0
app/Http/Livewire/FinancialMovements.php

@@ -184,6 +184,7 @@ class FinancialMovements extends Component
                     'date' => $this->date,
                     'origin_id' => $this->origin_id,
                     'destination_id' => $this->destination_id,
+                    'causal_id' => $this->causal_id,
                     'amount' => $this->amount,
                     'notes' => $this->notes,
                 ]);