Changeset 16933 for main/waeup.aaue


Ignore:
Timestamp:
26 Apr 2022, 14:45:07 (2 years ago)
Author:
Henrik Bettermann
Message:

Add examination fee.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py

    r16929 r16933  
    327327        )
    328328
     329    exam_fee = schema.Float(
     330        title = _(u'IJMBE Examination Fee'),
     331        default = 0.0,
     332        required = True,
     333        )
     334
    329335    coursereg_deadline = schema.Datetime(
    330336        title = _(u'FT Course Reg. Deadline'),
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r16929 r16933  
    128128        'lab_2': 'Laboratory Due (BIO101/BIO111)',
    129129        'lms_sund': 'LMS plus Sundry Fees (new UG students only)',
     130        'exam': 'Examination Fee',
    130131        }
    131132
     
    154155        'library_pg': 'PG Library Fee',
    155156        'sports_library': 'Sports Development and Library Fee',
     157        'exam': 'Examination Fee',
    156158        }
    157159
Note: See TracChangeset for help on using the changeset viewer.