Ignore:
Timestamp:
13 Aug 2018, 05:55:02 (6 years ago)
Author:
Henrik Bettermann
Message:

Maryanne: make the student union dues a fee on its own

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/utils.py

    r15078 r15105  
    228228        elif category == 'late_registration':
    229229            amount = academic_session.late_registration_fee
     230        elif category == 'union':
     231            amount = academic_session.union_fee
    230232        if amount in (0.0, None):
    231233            return _('Amount could not be determined.'), None
Note: See TracChangeset for help on using the changeset viewer.