Changeset 8741 for main/waeup.uniben/trunk/src/waeup/uniben/students
- Timestamp:
- 18 Jun 2012, 06:04:45 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/payments.py
r8715 r8741 43 43 return 44 44 45 def getStudent(self): 45 @property 46 def student(self): 46 47 return self.__parent__.__parent__ 47 48 -
main/waeup.uniben/trunk/src/waeup/uniben/students/studycourse.py
r8484 r8741 38 38 @property 39 39 def next_session_allowed(self): 40 state = self. getStudent().state40 state = self.student.state 41 41 certificate = getattr(self, 'certificate', None) 42 42 if certificate == None:
Note: See TracChangeset for help on using the changeset viewer.