Skip to content

Commit d5a13f1

Browse files
ENGCOM-1988: FIXED - appended payment code to ID field to make it unique #15344
2 parents e697bc4 + 8581302 commit d5a13f1

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
@@ -17,8 +17,8 @@
1717
<!--/ko-->
1818
<!-- ko if: (isCustomerLoggedIn && customerHasAddresses) -->
1919
<div class="choice field">
20-
<input type="checkbox" class="checkbox" id="billing-save-in-address-book" data-bind="checked: saveInAddressBook" />
21-
<label class="label" for="billing-save-in-address-book">
20+
<input type="checkbox" class="checkbox" data-bind="checked: saveInAddressBook, attr: {id: 'billing-save-in-address-book-' + getCode($parent)}" />
21+
<label class="label" data-bind="attr: {for: 'billing-save-in-address-book-' + getCode($parent)}" >
2222
<span data-bind="i18n: 'Save in address book'"></span>
2323
</label>
2424
</div>

0 commit comments

Comments
 (0)