Skip to content

Commit 6e4e299

Browse files
committed
Merge branch 'MAGETWO-40043' of https://github.corp.ebay.com/magento-firedrakes/magento2ce into MAGETWO-40006
2 parents 050aff9 + a46524f commit 6e4e299

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
@@ -1131,6 +1131,7 @@ AdminOrder.prototype = {
11311131
disableElements('save');
11321132
jQuery('#edit_form').on('invalid-form.validate', function() {
11331133
enableElements('save');
1134+
jQuery('#edit_form').trigger('processStop');
11341135
jQuery('#edit_form').off('invalid-form.validate');
11351136
});
11361137
jQuery('#edit_form').triggerHandler('save');

0 commit comments

Comments
 (0)