Changeset 14624 for main/waeup.aaue/trunk
- Timestamp:
- 14 Mar 2017, 08:10:26 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/batching.py
r14581 r14624 60 60 iface = ICustomStudentStudyLevel 61 61 62 @property 63 def available_fields(self): 64 fields = super(CustomStudentStudyLevelProcessor, self).available_fields 65 fields.remove('total_credits_s1') 66 fields.remove('total_credits_s2') 67 return fields 68 62 69 class CustomCourseTicketProcessor(CourseTicketProcessor): 63 70 """A batch processor for ICourseTicket objects.
Note: See TracChangeset for help on using the changeset viewer.