Changeset 15722
- Timestamp:
- 29 Oct 2019, 16:52:19 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r15720 r15722 42 42 NigeriaExportPDFCourseRegistrationSlip, 43 43 NigeriaStudentBaseEditFormPage, 44 NigeriaBedTicketAddPage 44 NigeriaBedTicketAddPage, 45 NigeriaAccommodationManageFormPage 45 46 ) 46 47 … … 89 90 # return () 90 91 92 class CustomAccommodationManageFormPage(NigeriaAccommodationManageFormPage): 93 """ Page to manage bed tickets. 94 This manage form page is for both students and students officers. 95 """ 96 with_hostel_selection = True 97 91 98 class CustomBedTicketAddPage(NigeriaBedTicketAddPage): 92 99 """ Page to add a bed ticket
Note: See TracChangeset for help on using the changeset viewer.