- Timestamp:
- 26 Feb 2020, 20:42:38 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/applicants/utils.py
r15947 r16014 30 30 """ 31 31 32 ADDITIONAL_FILES = (('Statement of Result','res_stat.pdf'), 33 ('JAMB Result','jamb.pdf')) 32 ADDITIONAL_FILES = ( 33 ('First Sitting Result','fst_sit_scan.pdf'), 34 ('Second Sitting Result','scd_sit_scan.pdf'), 35 ('Higher Qualification Result','hq_scan.pdf'), 36 ('Advanced Level Result','alr_scan.pdf'), 37 ('Statement of Result','res_stat.pdf'), 38 ) 34 39 35 40 APP_TYPES_DICT = {
Note: See TracChangeset for help on using the changeset viewer.