Skip to content

Commit 1ad11d1

Browse files
committed
#464 invoice available mode: show checkbox
1 parent 4df0731 commit 1ad11d1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/webapp/WEB-INF/templates/event/reservation-page.ms

+12
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,18 @@
224224
</div>
225225
</div>
226226
{{/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}}
227239

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

0 commit comments

Comments
 (0)