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 5d747d6 commit dd02241Copy full SHA for dd02241
app/code/Magento/Shipping/view/adminhtml/templates/create/items.phtml
@@ -139,7 +139,6 @@ function bindSendEmail() {
139
}
140
141
window.toggleCreateLabelCheckbox = function() {
142
- debugger;
143
var checkbox = $('create_shipping_label');
144
var submitButton = checkbox.up('.order-totals').select('.submit-button span')[0];
145
if (checkbox.checked) {
0 commit comments