Changeset 13458 for main


Ignore:
Timestamp:
16 Nov 2015, 09:06:02 (9 years ago)
Author:
Henrik Bettermann
Message:

Disable hostel selection.

File:
1 edited

Legend:

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

    r13130 r13458  
    3434    ExportPDFCourseRegistrationSlip,
    3535    ExportPDFBedTicketSlip,
    36     StudentFilesUploadPage, emit_lock_message)
     36    StudentFilesUploadPage, emit_lock_message,
     37    AccommodationManageFormPage)
    3738from waeup.kofa.students.interfaces import IStudentsUtils
    3839from waeup.kofa.students.viewlets import (
     
    208209        'adm_code', 'sex', 'email', 'date_of_birth', 'current_level')
    209210
     211class NigeriaAccommodationManageFormPage(AccommodationManageFormPage):
     212    """ Page to manage bed tickets.
     213    This manage form page is for both students and students officers.
     214    """
     215    with_hostel_selection = False
     216
    210217class NigeriaExportPDFBedTicketSlip(ExportPDFBedTicketSlip):
    211218    """Deliver a PDF slip of the context.
Note: See TracChangeset for help on using the changeset viewer.