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/utils/utils.py

    r15103 r15105  
    3535
    3636    PAYMENT_CATEGORIES = {
    37         'schoolfee': 'Tuition/Exams Fee and Student Union Dues',
     37        'schoolfee': 'Tuition/Exams Fee',
    3838        'clearance': 'Acceptance Fee',
    3939        'bed_allocation': 'Accommodation Booking Fee',
     
    4848        'late_registration': 'Late Course Registration Fee',
    4949        'final_clearance': 'Final Clearance Fee',
     50        'union': 'Student Union Dues',
    5051        }
    5152
     
    5354
    5455    BALANCE_PAYMENT_CATEGORIES = {
    55         'schoolfee': 'Tuition/Exams Fee and Student Union Dues',
     56        'schoolfee': 'Tuition/Exams Fee',
    5657        'ict_entre': 'ICT and Entrepreneur Fee',
    5758        'certificate_confirm': 'Certificate Confirmation Fee',
     
    7071        'late_registration': 'Late Course Registr. Fee',
    7172        'final_clearance': 'Final Clearance Fee',
     73        'union': 'Student Union Dues',
    7274        }
    7375
Note: See TracChangeset for help on using the changeset viewer.