Ignore:
Timestamp:
9 Nov 2018, 08:46:19 (6 years ago)
Author:
Henrik Bettermann
Message:

Enable hostel selection.

File:
1 edited

Legend:

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

    r15215 r15225  
    4040    NigeriaExportPDFPaymentSlip,
    4141    NigeriaExportPDFClearanceSlip,
     42    NigeriaAccommodationManageFormPage,
    4243    )
    4344
     
    169170            return
    170171        return pdfstream
     172
     173class CustomAccommodationManageFormPage(NigeriaAccommodationManageFormPage):
     174    """ Page to manage bed tickets.
     175    This manage form page is for both students and students officers.
     176    """
     177    with_hostel_selection = True
Note: See TracChangeset for help on using the changeset viewer.