- Timestamp:
- 19 Mar 2007, 18:57:54 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/branches/uli/skins/waeup_student/getSchoolFeePrefix.py
r1364 r1593 1 ## Script (Python) "get MaintenancePrefix"1 ## Script (Python) "getSchoolFeePrefix" 2 2 ##bind container=container 3 3 ##bind context=context … … 16 16 return None 17 17 18 import logging 19 logger = logging.getLogger(' EPayment.getSchoolFeePrefix')18 import logging 19 logger = logging.getLogger('Skins.getSchoolFeePrefix') 20 20 21 21 student_id = context.getStudentId() … … 24 24 id = sbrain.course) 25 25 if not res: 26 logger.info(' "%s","certificate not found", "%s"' % (student_id,course))26 logger.info('%s, certificate %s not found' % (student_id,course)) 27 27 prefix = "--" 28 28 else:
Note: See TracChangeset for help on using the changeset viewer.