Changeset 17558 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 23 Aug 2023, 11:20:57 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/export.py
r17396 r17558 101 101 fields = tuple(sorted(iface_names(ICustomCourseTicket) + 102 102 ['level', 'code', 'level_session'])) + ('student_id', 103 'certcode', 'display_fullname', 'previous' )103 'certcode', 'display_fullname', 'previous', 'matric_number') 104 104 105 105 class CustomStudentPaymentExporter(NigeriaStudentPaymentExporter):
Note: See TracChangeset for help on using the changeset viewer.