Skip to content

Commit dd02241

Browse files
committed
MC-19519: Incorrect behavior after shipping methods disabled
1 parent 5d747d6 commit dd02241

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Shipping/view/adminhtml/templates/create

1 file changed

+0
-1
lines changed

app/code/Magento/Shipping/view/adminhtml/templates/create/items.phtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ function bindSendEmail() {
139139
}
140140
}
141141
window.toggleCreateLabelCheckbox = function() {
142-
debugger;
143142
var checkbox = $('create_shipping_label');
144143
var submitButton = checkbox.up('.order-totals').select('.submit-button span')[0];
145144
if (checkbox.checked) {

0 commit comments

Comments
 (0)