- Timestamp:
- 23 Oct 2012, 19:31:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r9398 r9399 581 581 created = [] 582 582 for result in results: 583 if not self.context.has_key(result.application_number):583 if result.__parent__ is not self.context: 584 584 continue 585 585 success, msg = result.createStudent(view=self)
Note: See TracChangeset for help on using the changeset viewer.