Skip to content

Commit eb6d625

Browse files
committed
MC-19061: Revert ticket MC-17003
1 parent e115c12 commit eb6d625

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/creditmemo/create

1 file changed

+2
-1
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/creditmemo/create/items.phtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ require(['jquery'], function(jQuery){
139139

140140
//<![CDATA[
141141
var submitButtons = jQuery('.submit-button');
142-
142+
var updateButtons = jQuery('.update-button');
143+
var fields = jQuery('.qty-input');
143144
function enableButtons(buttons) {
144145
buttons.removeClass('disabled').prop('disabled', false);
145146
}

0 commit comments

Comments
 (0)