- Timestamp:
- 15 Mar 2022, 21:35:50 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/browser.py
r16857 r16886 40 40 NigeriaExportPDFPaymentSlip, 41 41 NigeriaExportPDFClearanceSlip, 42 NigeriaBedTicketAddPage, 42 43 ) 43 44 from kofacustom.unidel.students.interfaces import ( … … 48 49 ICustomPGStudentClearance) 49 50 from kofacustom.unidel.interfaces import MessageFactory as _ 51 52 class CustomBedTicketAddPage(NigeriaBedTicketAddPage): 53 with_ac = False 54 with_bedselection = True 50 55 51 56 class CustomPaymentsManageFormPage(PaymentsManageFormPage):
Note: See TracChangeset for help on using the changeset viewer.