Skip to content

Commit 124da16

Browse files
Stanislav Idolovmage2pratik
authored andcommitted
Fixed code style issue
1 parent ba431d6 commit 124da16

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
@@ -1172,6 +1172,7 @@ define([
11721172
submit : function()
11731173
{
11741174
var $editForm = jQuery('#edit_form');
1175+
11751176
if ($editForm.valid()) {
11761177
$editForm.trigger('processStart');
11771178
$editForm.trigger('submitOrder');

0 commit comments

Comments
 (0)