Ignore:
Timestamp:
19 Oct 2011, 06:56:47 (13 years ago)
Author:
Henrik Bettermann
Message:

Implement FUTMinna acceptance fee payment.

Location:
WAeUP_SRP/trunk/skins/waeup_futminna
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_futminna/getPaymentsFolderInfo.py

    r5214 r6910  
    6868info['prod_id'] = '117'
    6969
     70if review_state == 'admitted':
     71    info['acceptance'] = True
     72else:
     73    info['acceptance'] = False
     74
    7075if payment_disabled:
    7176    info['payment_method'] = ""
  • WAeUP_SRP/trunk/skins/waeup_futminna/payments_view.pt

    r5590 r6910  
    8787                   />
    8888          </form>   
     89
     90          <form tal:condition="info/acceptance|nothing"
     91                tal:attributes="action string: ${context/absolute_url}/pay_interswitch_accept" method="post" class="group">
     92            <input type="submit" name="epayment"
     93                   class="context"
     94                   value="Initiate Acceptance Fee Payment"
     95                   />
     96            <br /><br />
     97            <font tal:condition="python:False" color='red'>Surcharge for Late Registration is 10000 Naira. </font>
     98          </form>
    8999         
    90100          <form tal:condition="info/gown|nothing"
Note: See TracChangeset for help on using the changeset viewer.