Luca Parisio 8 ヶ月 前
コミット
ef4e56f494
1 ファイル変更3 行追加1 行削除
  1. 3 1
      resources/views/livewire/records_in.blade.php

+ 3 - 1
resources/views/livewire/records_in.blade.php

@@ -1012,7 +1012,9 @@
         }
 
         function setChangedAmount() {
-            @this.setAmount();
+            @if(!$isDuplicate)
+                @this.setAmount();
+            @endif
         }
 
     </script>