Changeset 9905 for main/waeup.aaue/trunk/src/waeup/aaue/students/student.py
- Timestamp:
- 22 Jan 2013, 08:55:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/student.py
r9502 r9905 35 35 grok.provides(ICustomStudent) 36 36 37 def getPaymentTuples(self):38 """Special AAUE method needed for selecting courses in semesters39 the student has paid for.40 """41 payments = [(p.p_session, p.p_category, p.p_state)42 for p in self['payments'].values()]43 return payments44 45 37 # Set all attributes of Student required in IStudent as field 46 38 # properties. Doing this, we do not have to set initial attributes
Note: See TracChangeset for help on using the changeset viewer.