Skip to content

Commit

Permalink
remove if applicable in billingAddressCompany #1
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jun 14, 2019
1 parent 6872d70 commit bb7db14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2 translate="reservation-page.invoice-details"></h2>
<div class="col-12">
<div class="form-group">
<label for="billingAddressCompany" class="control-label" translate="reservation-page-complete.company"></label>
<input id="billingAddressCompany" formControlName="billingAddressCompany" class="form-control" type="text" maxlength="255" [attr.placeholder]="'reservation-page.if-applicable'|translate" appInvalidFeedback>
<input id="billingAddressCompany" formControlName="billingAddressCompany" class="form-control" type="text" maxlength="255" appInvalidFeedback>
</div>
</div>
</div>
Expand Down

0 comments on commit bb7db14

Please sign in to comment.