ferrari 1 месяц назад
Родитель
Сommit
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,
                 ]);