فهرست منبع

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