- Timestamp:
- 26 Jan 2007, 21:43:07 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getSchoolFeePrefix.py
r1286 r1364 12 12 return the Prefix for Schoolfee 13 13 """ 14 15 if context.portal_membership.isAnonymousUser(): 16 return None 17 18 import logging 19 logger = logging.getLogger('EPayment.getSchoolFeePrefix') 20 14 21 student_id = context.getStudentId() 15 22 sbrain = context.students_catalog(id=student_id)[0]
Note: See TracChangeset for help on using the changeset viewer.