Ignore:
Timestamp:
29 Aug 2021, 08:28:28 (3 years ago)
Author:
Henrik Bettermann
Message:

Ticket #128

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

Legend:

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

    r16575 r16585  
    280280
    281281    jupeb_reg_fee = schema.Float(
    282         title = _(u'JUPEB Registration Fee'),
     282        title = _(u'JUPEB Administrative Fee'),
    283283        default = 0.0,
    284284        required = False,
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/utils/utils.py

    r16576 r16585  
    8080        'jupeb_arts':'JUPEB Arts Course',
    8181        'jupeb_hostel':'JUPEB Hostel Fee',
    82         'jupeb_reg':'JUPEB Registration Fee',
     82        'jupeb_reg':'JUPEB Administrative Fee',
    8383        }
    8484
     
    136136        'jupeb_arts':'JUPEB Arts Course',
    137137        'jupeb_hostel':'JUPEB Hostel Fee',
    138         'jupeb_reg':'JUPEB Registration Fee',
     138        'jupeb_reg':'JUPEB Administrative Fee',
    139139        }
    140140
     
    175175        'jupeb_arts':'JUPEB Arts Course',
    176176        'jupeb_hostel':'JUPEB Hostel Fee',
    177         'jupeb_reg':'JUPEB Registration Fee',
     177        'jupeb_reg':'JUPEB Administrative Fee',
    178178        }
    179179
     
    207207        'jupeb_arts':'JUPEB Arts Course',
    208208        'jupeb_hostel':'JUPEB Hostel Fee',
    209         'jupeb_reg':'JUPEB Registration Fee',
     209        'jupeb_reg':'JUPEB Administrative Fee',
    210210        }
    211211
Note: See TracChangeset for help on using the changeset viewer.