Changeset 10156
- Timestamp:
- 7 May 2013, 17:31:10 (12 years ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/studycourse.py
r9355 r10156 56 56 cond5 = self.is_postgrad 57 57 cond6 = state == PAID 58 if cond5 and cond6: 58 cond7 = self.is_special_postgrad 59 if cond5 and cond6 and not cond7: 59 60 return True 60 61 return False -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/utils/utils.py
r10087 r10156 193 193 'pgd_ft': 'Postgraduate Diploma Full Time', 194 194 'pgd_pt': 'Postgraduate Diploma Part Time', 195 'special_pg_pt': 'Special UnibenPostgraduate Part Time',195 'special_pg_pt': 'Special Postgraduate Part Time', 196 196 'nce_ft': 'NCE Full Time', 197 197 'nce_pt': 'NCE Part Time',
Note: See TracChangeset for help on using the changeset viewer.