Ignore:
Timestamp:
15 Mar 2022, 21:35:50 (3 years ago)
Author:
Henrik Bettermann
Message:

Customize CustomBedTicketAddPage?.

File:
1 edited

Legend:

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

    r16857 r16886  
    4040    NigeriaExportPDFPaymentSlip,
    4141    NigeriaExportPDFClearanceSlip,
     42    NigeriaBedTicketAddPage,
    4243    )
    4344from kofacustom.unidel.students.interfaces import (
     
    4849    ICustomPGStudentClearance)
    4950from kofacustom.unidel.interfaces import MessageFactory as _
     51
     52class CustomBedTicketAddPage(NigeriaBedTicketAddPage):
     53    with_ac = False
     54    with_bedselection = True
    5055
    5156class CustomPaymentsManageFormPage(PaymentsManageFormPage):
Note: See TracChangeset for help on using the changeset viewer.