Переглянути джерело

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,
                 ]);