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
  • Loading branch information
Stanislav Idolov authored Jul 24, 2018
2 parents 76d8725 + 32db2d4 commit f8c9513
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 f8c9513

Please sign in to comment.