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 e115c12 commit eb6d625Copy full SHA for eb6d625
app/code/Magento/Sales/view/adminhtml/templates/order/creditmemo/create/items.phtml
@@ -139,7 +139,8 @@ require(['jquery'], function(jQuery){
139
140
//<![CDATA[
141
var submitButtons = jQuery('.submit-button');
142
-
+var updateButtons = jQuery('.update-button');
143
+var fields = jQuery('.qty-input');
144
function enableButtons(buttons) {
145
buttons.removeClass('disabled').prop('disabled', false);
146
}
0 commit comments