Browse Source

super member payment

master
root 2 years ago
parent
commit
d47a3b981b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/website_event_registration.xml

+ 1
- 1
views/website_event_registration.xml View File

@ -160,7 +160,7 @@
<t t-if="not event.no_online_payment">
<t t-if="payment_status!='paid'">
<t t-if="not event.free_participation">
<t t-if="partner.member_status in ('not member','member')">
<t t-if="partner.member_status in ('not member','member','super member')">
<h7> The amount of the contribution is : </h7><b><h7 t-esc="participation_amount"></h7><h7></h7></b>
<input type="hidden" name="participation_amount" t-att-value="participation_amount"/>
<br></br>


Loading…
Cancel
Save