We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df0731 commit 1ad11d1Copy full SHA for 1ad11d1
src/main/webapp/WEB-INF/templates/event/reservation-page.ms
@@ -224,6 +224,18 @@
224
</div>
225
226
{{/onlyInvoice}}
227
+ {{^orderSummary.free}}
228
+ {{#invoiceIsAllowed}}
229
+ {{^onlyInvoice}}
230
+ <div class="checkbox wMarginTop">
231
+ <label>
232
+ <input type="checkbox" name="invoiceRequested" id="invoice-requested" value="true" {{#paymentForm.invoiceRequested}}checked{{/paymentForm.invoiceRequested}}>
233
+ {{#i18n}}reservation-page.i-need-an-invoice{{/i18n}}
234
+ </label>
235
+ </div>
236
+ {{/onlyInvoice}}
237
+ {{/invoiceIsAllowed}}
238
+ {{/orderSummary.free}}
239
240
<div class="page-header">
241
<h2>{{#i18n}}reservation-page.attendees{{/i18n}}</h2>
0 commit comments