Browse Source

fix uscita insert manuale

FabioFratini 8 months ago
parent
commit
d4e9bdede5
1 changed files with 1 additions and 1 deletions
  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,
                 //'note' => $this->note,
                 'type' => $this->type,
-                //'amount' => $this->currencyToDouble($this->amount),
+                'amount' => $this->currencyToDouble($this->amount),
                 'commercial' => $this->commercial,
             ]);