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 c6b58c4 commit 26ab1a1Copy full SHA for 26ab1a1
app/code/Magento/Sales/view/adminhtml/templates/order/invoice/create/items.phtml
@@ -132,7 +132,7 @@
132
</section>
133
134
<script>
135
-require(['jquery', 'prototype'], function($){
+require(['jquery', 'prototype'], function(jQuery){
136
137
//<![CDATA[
138
var submitButtons = $$('.submit-button');
@@ -143,7 +143,7 @@ var fields = $$('.qty-input');
143
updateButtons.each(function (elem) {elem.disabled=true;elem.addClassName('disabled');});
144
145
for(var i=0;i<fields.length;i++){
146
- $(fields[i]).on('keyup', checkButtonsRelation);
+ jQuery(fields[i]).on('keyup', checkButtonsRelation);
147
fields[i].baseValue = fields[i].value;
148
}
149
0 commit comments