Changeset 5567 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 14 Oct 2010, 06:10:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/admitStudents.py
r5563 r5567 38 38 39 39 if not entry_session: 40 entry_session = context.getSessionId()[0] 40 brains = aq_applicants(In('status',('admitted'),)) 41 else: 42 brains = aq_applicants(In('status',('admitted'),) & Eq('entry_session',entry_session)) 41 43 42 brains = aq_applicants(In('status',('admitted'),) & Eq('entry_session',entry_session))43 44 total = len(brains) 44 45 logger.info("found %d students" % (total))
Note: See TracChangeset for help on using the changeset viewer.