- Timestamp:
- 17 Jan 2020, 15:23:05 (5 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r15870 r15937 29 29 StudentBasePDFFormPage, ExportPDFCourseRegistrationSlip, 30 30 CourseTicketDisplayFormPage, StudentTriggerTransitionFormPage, 31 StartClearancePage, 31 32 msave, emit_lock_message) 32 33 from waeup.kofa.students.interfaces import ( … … 206 207 sigs_in_footer=self._sigsInFooter(), 207 208 note=self.note) 209 210 class CustomStartClearancePage(StartClearancePage): 211 with_ac = False -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r15810 r15937 140 140 return _('Study course data are incomplete.'), None 141 141 amount = academic_session.clearance_fee 142 elif category.startswith('resit'): 143 amount = academic_session.resit_fee 144 number = int(category.strip('resit')) 145 amount *= number 142 146 #elif category == 'bed_allocation': 143 147 # p_item = self.getAccommodationDetails(student)['bt']
Note: See TracChangeset for help on using the changeset viewer.