Ignore:
Timestamp:
5 Mar 2011, 12:34:09 (14 years ago)
Author:
Henrik Bettermann
Message:

Implementation of a Late Registration Fee (FUTMinna only). This was more work and customization than expected. We urgently need a new consistent payment module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_futminna/interswitch_form.pt

    r5794 r5795  
    2020            </td>
    2121            <td tal:content="info/pay_bill_to" />
     22          </tr>             
     23          <tr tal:condition="info/fee|nothing">
     24            <td>
     25            Fee:
     26            </td>
     27            <td> Naira <span tal:content="info/fee" /></td>
     28          </tr>           
     29          <tr tal:condition="info/lrf|nothing">
     30            <td width="200px">
     31            Late Registration Fee:
     32            </td>
     33            <td> Naira <span tal:content="info/lrf" /></td>
    2234          </tr>
    2335          <tr>
    2436            <td >
    25             Amount:
     37            Total Amount:
    2638            </td>
    2739            <td> Naira <span tal:content="info/amount" /></td>
Note: See TracChangeset for help on using the changeset viewer.