Ignore:
Timestamp:
6 May 2022, 07:19:00 (3 years ago)
Author:
Henrik Bettermann
Message:

abraham: Include 1st and 2nd Semesters Units Summary to Course Registration Page For UNIDEL

File:
1 edited

Legend:

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

    r16721 r16949  
    6565    """
    6666
     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
    6782class ICustomStudentOnlinePayment(ICustomOnlinePayment):
    6883    """A student payment via payment gateways.
Note: See TracChangeset for help on using the changeset viewer.