Ignore:
Timestamp:
27 Oct 2016, 15:34:12 (8 years ago)
Author:
Henrik Bettermann
Message:

Add student id card fee to acceptance fee plus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py

    r14234 r14236  
    234234            if amount in (0.0, None):
    235235                return _(u'Amount could not be determined.'), None
    236             # Add Matric Gown Fee and Lapel Fee
     236            # Add Matric Gown, Student Id Card and Lapel Fee
    237237            if category == 'clearance_incl':
    238238                amount += gateway_net_amt(academic_session.matric_gown_fee) + \
     239                    gateway_net_amt(academic_session.id_card_fee) + \
    239240                    gateway_net_amt(academic_session.lapel_fee)
    240241        elif category == 'late_registration':
Note: See TracChangeset for help on using the changeset viewer.