Changeset 3103 for WAeUP_SRP/uniben
- Timestamp:
- 4 Feb 2008, 14:19:06 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/uniben/waeup_custom/getStudyLevelInfo.py
r3101 r3103 100 100 info['carry_overs'] = carry_overs 101 101 # normal.sort(cmp_semester_id) 102 info['without_score'] = without_score = True 103 if without_score: 104 for rows in (normal1,normal2,normal3): 105 for row in rows: 106 row['score'] = 0 107 102 108 info['normal1'] = normal1 103 109 info['normal2'] = normal2 … … 111 117 info['app'] = student.application 112 118 info['app_doc'] = student.application.getContent() 113 114 119 return info
Note: See TracChangeset for help on using the changeset viewer.