Ignore:
Timestamp:
16 Mar 2022, 06:55:20 (3 years ago)
Author:
Henrik Bettermann
Message:

Enable hostel selection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/browser.py

    r16886 r16888  
    4141    NigeriaExportPDFClearanceSlip,
    4242    NigeriaBedTicketAddPage,
     43    NigeriaAccommodationDisplayFormPage,
     44    NigeriaAccommodationManageFormPage,
    4345    )
    4446from kofacustom.unidel.students.interfaces import (
     
    5254class CustomBedTicketAddPage(NigeriaBedTicketAddPage):
    5355    with_ac = False
    54     with_bedselection = True
     56
     57class CustomAccommodationDisplayFormPage(NigeriaAccommodationDisplayFormPage):
     58    """ Page to view bed tickets.
     59    """
     60    with_hostel_selection = True
     61
     62class 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
    5567
    5668class CustomPaymentsManageFormPage(PaymentsManageFormPage):
Note: See TracChangeset for help on using the changeset viewer.