- Timestamp:
- 1 Dec 2008, 21:47:22 (16 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTool.py
r3780 r3800 987 987 res = self.students_catalog(jamb_reg_no = reg_no) 988 988 if res: 989 logger.info('student with this reg_no already exists %s with id %s' % (reg_no,res[0].id))989 logger.info('student with reg_no %s exists (%s)' % (reg_no,res[0].id)) 990 990 return 991 991 if brain.status != "admitted": -
WAeUP_SRP/trunk/skins/waeup_futminna/getSchoolFee.py
r3780 r3800 21 21 d['all'] = 70000 22 22 # fresh 23 elif str(brain.level) == '100' andbrain.review_state == 'cleared_and_validated':23 elif brain.review_state == 'cleared_and_validated': 24 24 if brain.lga == 'foreigner': 25 25 d['all'] = 131500
Note: See TracChangeset for help on using the changeset viewer.