Skip to content

Commit b2540a7

Browse files
Chhandak.BaruaChhandak.Barua
Chhandak.Barua
authored and
Chhandak.Barua
committed
ACP2E-3416: Admin duplicated place order requests sent
1 parent 5e53342 commit b2540a7

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Sales/adminhtml/js/order/create

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Sales/adminhtml/js/order/create/scripts.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ define([
439439
if ($editForm.valid()) {
440440
$submitButton.prop('disabled', true);
441441
const beforeSubmitOrderEvent = $.Event('beforeSubmitOrder');
442-
442+
443443
$editForm.trigger(beforeSubmitOrderEvent);
444444

445445
if (beforeSubmitOrderEvent.result !== false) {

0 commit comments

Comments
 (0)