Changeset 16366 for main/waeup.fceokene
- Timestamp:
- 11 Jan 2021, 23:19:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/browser.py
r15993 r16366 40 40 NigeriaExportPDFCourseRegistrationSlip, 41 41 NigeriaBedTicketAddPage, 42 NigeriaAccommodationManageFormPage, 43 NigeriaAccommodationDisplayFormPage, 42 44 ) 43 45 … … 190 192 notice = '' 191 193 with_ac = False 194 with_bedselection = True 192 195 193 196 class CustomStudyLevelDisplayFormPage(StudyLevelDisplayFormPage): … … 277 280 def manage_payments_allowed(self): 278 281 return checkPermission('waeup.manageStudent', self.context) 282 283 class CustomAccommodationDisplayFormPage(NigeriaAccommodationDisplayFormPage): 284 """ Page to view bed tickets. 285 """ 286 with_hostel_selection = True 287 288 class CustomAccommodationManageFormPage(NigeriaAccommodationManageFormPage): 289 """ Page to manage bed tickets. 290 This manage form page is for both students and students officers. 291 """ 292 with_hostel_selection = True
Note: See TracChangeset for help on using the changeset viewer.