Skip to content

Commit 69fb206

Browse files
author
Roman Lytvynenko
committed
Merge branch 'MC-29747' of https://github.com/magento-mpi/magento2ce into PR-01-02-2020
2 parents 476a2cc + 4b23e7f commit 69fb206

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/template/cart/shipping-rates.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
checked: $parents[1].selectedShippingMethod,
2525
attr: {
2626
value: carrier_code + '_' + method_code,
27-
id: 's_method_' + carrier_code + '_' + method_code
27+
id: 's_method_' + carrier_code + '_' + method_code,
28+
disabled: false
2829
}
2930
"/>
3031
<label class="label" data-bind="attr: {for: 's_method_' + carrier_code + '_' + method_code}">

0 commit comments

Comments
 (0)