Skip to content

Commit f8c9513

Browse files
author
Stanislav Idolov
authored
ENGCOM-2462: [Forwardport] FIXED - appended payment code to ID field to make it unique #16993
2 parents 76d8725 + 32db2d4 commit f8c9513

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/billing-address

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/view/frontend/web/template/billing-address/form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<!--/ko-->
1717
<!-- ko if: (isCustomerLoggedIn && customerHasAddresses) -->
1818
<div class="choice field">
19-
<input type="checkbox" class="checkbox" id="billing-save-in-address-book" data-bind="checked: saveInAddressBook" />
20-
<label class="label" for="billing-save-in-address-book">
19+
<input type="checkbox" class="checkbox" data-bind="checked: saveInAddressBook, attr: {id: 'billing-save-in-address-book-' + getCode($parent)}" />
20+
<label class="label" data-bind="attr: {for: 'billing-save-in-address-book-' + getCode($parent)}" >
2121
<span data-bind="i18n: 'Save in address book'"></span>
2222
</label>
2323
</div>

0 commit comments

Comments
 (0)