- Timestamp:
- 6 May 2022, 07:19:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/interfaces.py
r16721 r16949 65 65 """ 66 66 67 total_credits_s1 = schema.Int( 68 title = _(u'1st Semester Credits'), 69 required = False, 70 ) 71 72 total_credits_s2 = schema.Int( 73 title = _(u'2nd Semester Credits'), 74 required = False, 75 ) 76 77 total_credits = schema.Int( 78 title = _(u'Total Credits'), 79 required = False, 80 ) 81 67 82 class ICustomStudentOnlinePayment(ICustomOnlinePayment): 68 83 """A student payment via payment gateways.
Note: See TracChangeset for help on using the changeset viewer.