We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd744f3 commit f2bc93dCopy full SHA for f2bc93d
app/code/Magento/Sales/Block/Adminhtml/Order/Invoice/Create/Items.php
@@ -83,7 +83,7 @@ protected function _beforeToHtml()
83
[
84
'label' => $_submitLabel,
85
'class' => 'save submit-button primary' . $submitButtonClass,
86
- 'onclick' => 'disableElements(\'submit-button\');$(\'edit_form\').trigger(\'submit\')',
+ 'onclick' => 'disableElements(\'submit-button\');$(\'edit_form\').submit()',
87
'disabled' => $this->_disableSubmitButton
88
]
89
);
0 commit comments