浏览代码

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