- Timestamp:
- 16 Nov 2015, 09:06:02 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/browser.py
r13130 r13458 34 34 ExportPDFCourseRegistrationSlip, 35 35 ExportPDFBedTicketSlip, 36 StudentFilesUploadPage, emit_lock_message) 36 StudentFilesUploadPage, emit_lock_message, 37 AccommodationManageFormPage) 37 38 from waeup.kofa.students.interfaces import IStudentsUtils 38 39 from waeup.kofa.students.viewlets import ( … … 208 209 'adm_code', 'sex', 'email', 'date_of_birth', 'current_level') 209 210 211 class NigeriaAccommodationManageFormPage(AccommodationManageFormPage): 212 """ Page to manage bed tickets. 213 This manage form page is for both students and students officers. 214 """ 215 with_hostel_selection = False 216 210 217 class NigeriaExportPDFBedTicketSlip(ExportPDFBedTicketSlip): 211 218 """Deliver a PDF slip of the context.
Note: See TracChangeset for help on using the changeset viewer.