Ignore:
Timestamp:
15 Mar 2022, 22:05:44 (3 years ago)
Author:
Henrik Bettermann
Message:

Add more third semester payment categories.

File:
1 edited

Legend:

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

    r16868 r16887  
    9292        'hostel_maintenance': 'Hostel Maintenance Fee',
    9393        'application': 'Application Fee',
    94         'third_semester': 'NCE Third Semester Fee',
     94        'third_semester': 'NCE Third Semester Fee (06 courses max.)',
     95        'third_semester_1': 'NCE Third Semester Fee (07 courses)',
     96        'third_semester_2': 'NCE Third Semester Fee (08 courses)',
     97        'third_semester_3': 'NCE Third Semester Fee (09 courses)',
     98        'third_semester_4': 'NCE Third Semester Fee (10 courses)',
     99        'third_semester_5': 'NCE Third Semester Fee (11 courses)',
     100        'third_semester_6': 'NCE Third Semester Fee (12 courses)',
    95101        }
    96102
Note: See TracChangeset for help on using the changeset viewer.