Changeset 9631 for main/waeup.kofa/trunk/src/waeup/kofa/university
- Timestamp:
- 14 Nov 2012, 09:09:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/catalog.py
r8920 r9631 139 139 self.title = context.title 140 140 self.code = context.code 141 self.dep = context.__parent__.__parent__.code 142 self.fac = context.__parent__.__parent__.__parent__.code 141 143 self.type = 'Course' 142 144 … … 149 151 self.title = context.title 150 152 self.code = context.code 153 self.dep = context.__parent__.__parent__.code 154 self.fac = context.__parent__.__parent__.__parent__.code 151 155 self.type = 'Certificate' 152 156 … … 159 163 self.title = context.course.title 160 164 self.code = context.getCourseCode 165 self.dep = context.__parent__.__parent__.__parent__.code 166 self.fac = context.__parent__.__parent__.__parent__.__parent__.code 161 167 self.type = 'Certificate Course' 162 168
Note: See TracChangeset for help on using the changeset viewer.