Skip to content

Commit

Permalink
ENGCOM-2462: [Forwardport] FIXED - appended payment code to ID field …
Browse files Browse the repository at this point in the history
…to make it unique #16993

 - Merge Pull Request #16993 from ihor-sviziev/magento2:2.3-develop-PR-port-15344
 - Merged commits:
   1. a659f4b
  • Loading branch information
magento-engcom-team committed Jul 23, 2018
2 parents f01227c + a659f4b commit 32db2d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<!--/ko-->
<!-- ko if: (isCustomerLoggedIn && customerHasAddresses) -->
<div class="choice field">
<input type="checkbox" class="checkbox" id="billing-save-in-address-book" data-bind="checked: saveInAddressBook" />
<label class="label" for="billing-save-in-address-book">
<input type="checkbox" class="checkbox" data-bind="checked: saveInAddressBook, attr: {id: 'billing-save-in-address-book-' + getCode($parent)}" />
<label class="label" data-bind="attr: {for: 'billing-save-in-address-book-' + getCode($parent)}" >
<span data-bind="i18n: 'Save in address book'"></span>
</label>
</div>
Expand Down

0 comments on commit 32db2d4

Please sign in to comment.