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