- Timestamp:
- 17 Jan 2025, 03:58:56 (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.schoolcash/trunk/src/kofacustom/schoolcash/students/browser.py
r16718 r17991 42 42 ) 43 43 44 from kofacustom.s keleton.students.interfaces import (44 from kofacustom.schoolcash.students.interfaces import ( 45 45 ICustomStudentOnlinePayment, ICustomStudentStudyCourse, 46 46 ICustomStudentStudyLevel) 47 from kofacustom.s keleton.interfaces import MessageFactory as _47 from kofacustom.schoolcash.interfaces import MessageFactory as _ 48 48 49 49 class CustomPaymentsManageFormPage(PaymentsManageFormPage): 50 50 """ Page to manage the student payments. This manage form page is for 51 both students and students officers. SKELETON does not allow students 52 to remove any payment ticket. 51 both students and students officers. 53 52 """ 54 53 @property
Note: See TracChangeset for help on using the changeset viewer.