Skip to content

Commit

Permalink
#464 invoice available mode: show checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jul 2, 2018
1 parent 4df0731 commit 1ad11d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/webapp/WEB-INF/templates/event/reservation-page.ms
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,18 @@
</div>
</div>
{{/onlyInvoice}}
{{^orderSummary.free}}
{{#invoiceIsAllowed}}
{{^onlyInvoice}}
<div class="checkbox wMarginTop">
<label>
<input type="checkbox" name="invoiceRequested" id="invoice-requested" value="true" {{#paymentForm.invoiceRequested}}checked{{/paymentForm.invoiceRequested}}>
{{#i18n}}reservation-page.i-need-an-invoice{{/i18n}}
</label>
</div>
{{/onlyInvoice}}
{{/invoiceIsAllowed}}
{{/orderSummary.free}}

<div class="page-header">
<h2>{{#i18n}}reservation-page.attendees{{/i18n}}</h2>
Expand Down

0 comments on commit 1ad11d1

Please sign in to comment.