- Timestamp:
- 31 Jan 2024, 11:42:09 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.udss/trunk/src/kofacustom/udss/students/browser.py
r16718 r17689 42 42 ) 43 43 44 from kofacustom. skeleton.students.interfaces import (44 from kofacustom.udss.students.interfaces import ( 45 45 ICustomStudentOnlinePayment, ICustomStudentStudyCourse, 46 46 ICustomStudentStudyLevel) 47 from kofacustom. skeleton.interfaces import MessageFactory as _47 from kofacustom.udss.interfaces import MessageFactory as _ 48 48 49 49 class CustomPaymentsManageFormPage(PaymentsManageFormPage):
Note: See TracChangeset for help on using the changeset viewer.