Skip to content

Commit 7c0f589

Browse files
committed
MAGETWO-52309: Configurable Product. Price should not be sent to server while saving.
- Fixed bug
1 parent f0a89eb commit 7c0f589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/components/price-configurable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ define([
5353
if (isConfigurable) {
5454
this.disable();
5555
this.clear();
56+
} else {
57+
this.enable();
5658
}
5759
}
5860
});

0 commit comments

Comments
 (0)