- Timestamp:
- 31 Jan 2020, 16:22:22 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/browser.py
r15846 r15973 40 40 StudentFilesUploadPage, emit_lock_message, 41 41 AccommodationManageFormPage, 42 AccommodationDisplayFormPage, 42 43 BedTicketAddPage) 43 44 from waeup.kofa.students.interfaces import IStudentsUtils … … 222 223 return 223 224 return 225 226 class NigeriaAccommodationDisplayFormPage(AccommodationDisplayFormPage): 227 """ Page to manage bed tickets. 228 This manage form page is for both students and students officers. 229 """ 230 with_hostel_selection = False 224 231 225 232 class NigeriaAccommodationManageFormPage(AccommodationManageFormPage):
Note: See TracChangeset for help on using the changeset viewer.