Skip to content

Commit

Permalink
OX6-88 Flow theme: missing id attribute in Cardholder label fixed, th…
Browse files Browse the repository at this point in the history
…is was causing the cardholder validation to crash.
  • Loading branch information
mdoellerer-fc committed Jan 18, 2021
1 parent a56abe6 commit 3ca55b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>

<div class="form-group fcpo_kkcardholder">
<label id="fcpo_cc_cardholder_label" class="req control-label col-lg-3">[{oxmultilang ident="FCPO_CC_CARDHOLDER"}]:</label>
<label id="fcpo_cc_cardholder_label" id="fcpo_cc_cardholder_label" class="req control-label col-lg-3">[{oxmultilang ident="FCPO_CC_CARDHOLDER"}]:</label>
<div class="col-lg-9">
<input for="fcpo_cc_cardholder" autocomplete="off" type="text"
class="form-control"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</div>
</div>
<div class="form-group fcpo_kkcardholder">
<label for="fcpo_cc_cardholder" class="req control-label col-lg-3">[{oxmultilang ident="FCPO_CC_CARDHOLDER"}]:</label>
<label for="fcpo_cc_cardholder" id="fcpo_cc_cardholder_label" class="req control-label col-lg-3">[{oxmultilang ident="FCPO_CC_CARDHOLDER"}]:</label>
<div class="col-lg-9">
<input autocomplete="off" type="text"
class="form-control"
Expand Down

0 comments on commit 3ca55b0

Please sign in to comment.