Skip to content

Commit e6ad865

Browse files
committed
MAGETWO-59632: Create Sales > Order from admin add configurable product and change options click OK does not update Items Ordered List
- Updated event after change options.
1 parent 6d3dab2 commit e6ad865

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Sales/view/adminhtml/web/order/create

1 file changed

+1
-0
lines changed

app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,7 @@ define([
907907
qtyElement.value = confirmedCurrentQty.value;
908908
}
909909
this.productConfigureAddFields['item['+itemId+'][configured]'] = 1;
910+
this.itemsUpdate();
910911

911912
}.bind(this));
912913
productConfigure.setShowWindowCallback(listType, function() {

0 commit comments

Comments
 (0)