- Timestamp:
- 16 Mar 2022, 06:55:20 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/browser.py
r16886 r16888 41 41 NigeriaExportPDFClearanceSlip, 42 42 NigeriaBedTicketAddPage, 43 NigeriaAccommodationDisplayFormPage, 44 NigeriaAccommodationManageFormPage, 43 45 ) 44 46 from kofacustom.unidel.students.interfaces import ( … … 52 54 class CustomBedTicketAddPage(NigeriaBedTicketAddPage): 53 55 with_ac = False 54 with_bedselection = True 56 57 class CustomAccommodationDisplayFormPage(NigeriaAccommodationDisplayFormPage): 58 """ Page to view bed tickets. 59 """ 60 with_hostel_selection = True 61 62 class CustomAccommodationManageFormPage(NigeriaAccommodationManageFormPage): 63 """ Page to manage bed tickets. 64 This manage form page is for both students and students officers. 65 """ 66 with_hostel_selection = True 55 67 56 68 class CustomPaymentsManageFormPage(PaymentsManageFormPage):
Note: See TracChangeset for help on using the changeset viewer.