Changeset 15400 for main/kofacustom.dspg/trunk/src/kofacustom
- Timestamp:
- 3 May 2019, 06:18:26 (6 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/export.py
r14886 r15400 40 40 ICustomStudent, omit=['loggerInfo']))) + ( 41 41 'password', 'state', 'history', 'certcode', 'is_postgrad', 42 'current_level', 'current_session' )42 'current_level', 'current_session', 'entry_session') 43 43 44 44 class CustomStudentStudyCourseExporter(NigeriaStudentStudyCourseExporter): -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/tests/test_export.py
r14716 r15400 65 65 'scd_sit_results,scd_sit_type,sex,student_id,' 66 66 'suspended,suspended_comment,password,state,history,certcode,is_postgrad,' 67 'current_level,current_session \r\nmy adm code,,,,'67 'current_level,current_session,entry_session\r\nmy adm code,,,,' 68 68 '"[(\'printing_craft_practice\', \'A1\')]",my clr code,1981-02-04#,,,' 69 69 'anna@sample.com,,,,,,,,,,,,,Anna,,,,,,"[(\'printing_craft_practice\', \'A1\')]"' … … 72 72 '"[(\'printing_craft_practice\', \'A1\')]",,f,A111111,0,,,created,' 73 73 '[u\'2012-11-06 13:16:41 WAT - Record created by system\'],' 74 'CERT1,0,200,2012 \r\n',74 'CERT1,0,200,2012,2010\r\n', 75 75 result 76 76 )
Note: See TracChangeset for help on using the changeset viewer.