소스 검색

Merge branch 'iao_team' of http://host.webmagistri.biz:3000/parisio/iao_team into iao_team

FabioFratini 8 달 전
부모
커밋
979d25dbb7
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>