- Timestamp:
- 7 May 2013, 17:31:10 (12 years ago)
- File:
-
- 1 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
Note: See TracChangeset for help on using the changeset viewer.