Ignore:
Timestamp:
3 Feb 2020, 14:07:33 (5 years ago)
Author:
Henrik Bettermann
Message:

Change sports and library fee payment setting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r15919 r15976  
    7373    NigeriaStudentClearanceEditFormPage,
    7474    NigeriaAccommodationManageFormPage,
     75    NigeriaAccommodationDisplayFormPage,
    7576    NigeriaStudentBaseDisplayFormPage,
    7677    NigeriaStudentBaseManageFormPage,
     
    925926            self.context.student, studentview, note=self.note,
    926927            omit_fields=self.omit_fields)
     928
     929class CustomAccommodationDisplayFormPage(NigeriaAccommodationDisplayFormPage):
     930    """ Page to view bed tickets.
     931    """
     932    with_hostel_selection = True
    927933
    928934class CustomAccommodationManageFormPage(NigeriaAccommodationManageFormPage):
Note: See TracChangeset for help on using the changeset viewer.