Changeset 441 for WAeUP_SRP/trunk/Students.py
- Timestamp:
- 29 Aug 2006, 12:30:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Students.py
r440 r441 102 102 logger.info('%(tr_count)s: Creating Student with ID %(sid)s Matric_no %(matric_no)s ' % vars()) 103 103 s = getattr(self,sid) 104 s.invokeFactory('StudentAdmission','admission') 105 s.admission.getContent().edit(mapping={'Title': 'Admission Data'}) 104 106 s.invokeFactory('StudentPersonal','personal') 105 107 sp = s.personal
Note: See TracChangeset for help on using the changeset viewer.