Ignore:
Timestamp:
23 Aug 2023, 11:20:57 (13 months ago)
Author:
Henrik Bettermann
Message:

Export matric_number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/export.py

    r17396 r17558  
    101101    fields = tuple(sorted(iface_names(ICustomCourseTicket) +
    102102        ['level', 'code', 'level_session'])) + ('student_id',
    103         'certcode', 'display_fullname', 'previous')
     103        'certcode', 'display_fullname', 'previous', 'matric_number')
    104104
    105105class CustomStudentPaymentExporter(NigeriaStudentPaymentExporter):
Note: See TracChangeset for help on using the changeset viewer.