Ignore:
Timestamp:
20 Sep 2022, 17:19:04 (2 years ago)
Author:
Henrik Bettermann
Message:

Change fee title.

Location:
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly
Files:
2 edited

Legend:

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

    r17097 r17103  
    130130
    131131    conv_hnd_fee = schema.Float(
    132         title = _(u'Convocation Fee ND'),
     132        title = _(u'Convocation Fee HND'),
    133133        default = 0.0,
    134134        required = False,
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py

    r16820 r17103  
    6060        'admission_checking': 'Admission Checking Fee',
    6161        'medical': 'Medical Laboratory Test Fee',
    62         'conv_nd': 'ND Convocation Fee',
    63         'conv_hnd': 'HND Convocation Fee',
     62        'conv_nd': 'Convocation Fee ND',
     63        'conv_hnd': 'Convocation Fee HND',
    6464        'nhis': 'TISHIP Fee',
    6565        'coc': 'Change of Course Fee',
     
    8888        'admission_checking': 'Admission Checking Fee',
    8989        'medical': 'Medical Laboratory Test Fee',
    90         'conv_nd': 'ND Convocation Fee',
    91         'conv_hnd': 'HND Convocation Fee',
     90        'conv_nd': 'Convocation Fee ND',
     91        'conv_hnd': 'Convocation Fee HND',
    9292        'nhis': 'TISHIP Fee',
    9393        'coc': 'Change of Course Fee',
Note: See TracChangeset for help on using the changeset viewer.