Changeset 16325


Ignore:
Timestamp:
21 Nov 2020, 08:28:49 (4 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

    r16324 r16325  
    136136
    137137    nhis_fee = schema.Float(
    138         title = _(u'Student NHIS Fee'),
     138        title = _(u'TISHIP Fee'),
    139139        default = 0.0,
    140140        required = False,
     
    155155    project_bind_fee = schema.Float(
    156156        title = _(u'Project Binding Fee'),
    157         default = 0.0,
    158         required = False,
    159         )
    160 
    161     nhis_fee = schema.Float(
    162         title = _(u'NHIS Levy'),
    163157        default = 0.0,
    164158        required = False,
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py

    r16324 r16325  
    6262        'conv_nd': 'ND Convocation Fee',
    6363        'conv_hnd': 'HND Convocation Fee',
    64         'nhis': 'Student NHIS',
     64        'nhis': 'TISHIP Fee',
    6565        'coc': 'Change of Course Fee',
    6666        'damages': 'Damages Fee',
     
    8787        'conv_nd': 'ND Convocation Fee',
    8888        'conv_hnd': 'HND Convocation Fee',
    89         'nhis': 'Student NHIS',
     89        'nhis': 'TISHIP Fee',
    9090        'coc': 'Change of Course Fee',
    9191        'damages': 'Damages Fee',
Note: See TracChangeset for help on using the changeset viewer.