Changeset 9005 for main/waeup.kofa/trunk/src
- Timestamp:
- 16 Jul 2012, 07:08:50 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r8951 r9005 227 227 228 228 def getReturningData(self, student): 229 """ This method defineswhat happens after school fee payment229 """ Define what happens after school fee payment 230 230 depending on the student's senate verdict. 231 231 … … 238 238 239 239 def setReturningData(self, student): 240 """ This method defines what happens after school fee payment 241 depending on the student's senate verdict. It folllows 242 the same algorithm as getReturningData but it also sets the new 243 values 244 245 In the base configuration current level is always increased 246 by 100 no matter which verdict has been assigned. 240 """ Define what happens after school fee payment 241 depending on the student's senate verdict. 242 243 This method folllows the same algorithm as getReturningData but 244 it also sets the new values. 247 245 """ 248 246 new_session, new_level = self.getReturningData(student) -
main/waeup.kofa/trunk/src/waeup/kofa/students/workflow.py
r8471 r9005 212 212 213 213 Lock and unlock clearance form. 214 Trig er actions after school fee payment.214 Trigger actions after school fee payment. 215 215 """ 216 216
Note: See TracChangeset for help on using the changeset viewer.