Browse Source

fix uscita insert manuale

FabioFratini 8 tháng trước cách đây
mục cha
commit
d4e9bdede5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Livewire/RecordOUT.php

+ 1 - 1
app/Http/Livewire/RecordOUT.php

@@ -391,7 +391,7 @@ class RecordOUT extends Component
                 //'year' => $this->year,
                 //'year' => $this->year,
                 //'note' => $this->note,
                 //'note' => $this->note,
                 'type' => $this->type,
                 'type' => $this->type,
-                //'amount' => $this->currencyToDouble($this->amount),
+                'amount' => $this->currencyToDouble($this->amount),
                 'commercial' => $this->commercial,
                 'commercial' => $this->commercial,
             ]);
             ]);