Changeset 16476 for main/waeup.uniben/trunk
- Timestamp:
- 5 May 2021, 12:38:56 (4 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/locales/en/LC_MESSAGES/waeup.kofa.po
r16443 r16476 83 83 msgid "Change portrait" 84 84 msgstr "Upload red background picture" 85 86 msgid "Download attendance sheet" 87 msgstr "Download attendance register" 88 89 msgid "Attendance Sheet" 90 msgstr "Attendance Register" -
main/waeup.uniben/trunk/src/waeup/uniben/students/export.py
r16390 r16476 101 101 year_range_tuple = tuple([str(year) for year in year_range]) 102 102 103 fields = ('student_id', 'matric_number', ' display_fullname',104 ' state', 'certcode', 'faccode', 'depcode', 'is_postgrad',103 fields = ('student_id', 'matric_number', 'firstname', 'middlename', 104 'lastname', 'state', 'certcode', 'faccode', 'depcode', 'is_postgrad', 105 105 'current_level', 'current_session', 'current_mode', 106 106 'entry_session', 'reg_number'
Note: See TracChangeset for help on using the changeset viewer.