Changeset 11549
- Timestamp:
- 27 Mar 2014, 15:57:55 (11 years ago)
- Location:
- main/kofacustom.nigeria/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/CHANGES.txt
r11544 r11549 7 7 - Add NigeriaStudentStudyLevelExporter. 8 8 9 - Add higher qualification 'WAEC Technical Examination' 9 - Add higher qualification 'WAEC Technical Examination' as first and second 10 sitting exam type. 10 11 11 12 - Add LGA 'Akwa Ibom / Nsit-Atai'. -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interfaces.py
r11541 r11549 42 42 ('Ph.D.(Doctor of Philosophy)','phd'), 43 43 ('M.Phil (Master of Philosophy)','mphil'), 44 ('WAEC Technical Examination','wte'),45 44 ('Awaiting Results','a_rslt'), 46 45 ) … … 73 72 ('GCE A\' LEVEL','gce_a_level'), 74 73 ('IGCSE','igcse'), 74 ('WAEC Technical Examination','wte'), 75 75 ) 76 76 -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/utils/utils.py
r10997 r11549 135 135 'visual_art': 'Visual Art', 136 136 'woodwork': 'Woodwork', 137 'winding_elect_machines': 'Winding of Elect Machines and Elect Eng Sc' 137 'winding_elect_machines': 'Winding of Elect Machines and Elect Eng Sc', 138 'first_written': 'First Written', 139 'second_written': 'Second Written', 140 'pract_tests': 'Practical Tests', 138 141 } 139 142
Note: See TracChangeset for help on using the changeset viewer.