Changeset 12431 for main/kofacustom.wdu/trunk/src/kofacustom
- Timestamp:
- 8 Jan 2015, 15:40:35 (10 years ago)
- Location:
- main/kofacustom.wdu/trunk/src/kofacustom/wdu/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/tests/test_export.py
r12086 r12431 57 57 'next_kin_address,next_kin_name,next_kin_phone,next_kin_relation,' 58 58 'nysc_lga,nysc_location,nysc_year,officer_comment,' 59 'perm_address,personal_updated,phone, reg_number,'59 'perm_address,personal_updated,phone,physical_clearance_date,reg_number,' 60 60 'religion,scd_sit_date,scd_sit_fname,scd_sit_no,' 61 61 'scd_sit_results,scd_sit_type,sex,student_id,' … … 65 65 'anna@sample.com,,,,,,,,,,,Anna,,,,,"[(\'printing_craft_practice\', \'A1\')]"' 66 66 ',,,,,,,,,,,,,,,,Tester,,,234,M.,NG,,,,,,,,,' 67 '"Studentroad 21\nLagos 123456\n",,+234-123-12345#, 123,,,,,'67 '"Studentroad 21\nLagos 123456\n",,+234-123-12345#,,123,,,,,' 68 68 '"[(\'printing_craft_practice\', \'A1\')]",,f,A111111,0,,,created,' 69 69 '[u\'2012-11-06 13:16:41 WAT - Record created by system\'],' -
main/kofacustom.wdu/trunk/src/kofacustom/wdu/students/viewlets.py
r11940 r12431 22 22 from kofacustom.wdu.students.interfaces import ( 23 23 ICustomStudentStudyCourse, ICustomStudentStudyLevel) 24 from waeup.kofa.students. viewlets import (24 from waeup.kofa.students.fileviewlets import ( 25 25 FileDisplay, FileUpload, Image) 26 26 from waeup.kofa.students.browser import (
Note: See TracChangeset for help on using the changeset viewer.