Ignore:
Timestamp:
21 Nov 2020, 08:24:39 (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

    r15949 r16324  
    118118
    119119    medical_fee = schema.Float(
    120         title = _(u'Medical Fee'),
    121         default = 0.0,
    122         required = False,
    123         )
    124 
    125     medical_fee = schema.Float(
    126         title = _(u'Medical Fee'),
     120        title = _(u'Medical Laboratory Test Fee'),
    127121        default = 0.0,
    128122        required = False,
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py

    r15655 r16324  
    5959        'union': 'Student Union Dues',
    6060        'admission_checking': 'Admission Checking Fee',
    61         'medical': 'Medical Fee',
     61        'medical': 'Medical Laboratory Test Fee',
    6262        'conv_nd': 'ND Convocation Fee',
    6363        'conv_hnd': 'HND Convocation Fee',
     
    8484        'union': 'Student Union Dues',
    8585        'admission_checking': 'Admission Checking Fee',
    86         'medical': 'Medical Fee',
     86        'medical': 'Medical Laboratory Test Fee',
    8787        'conv_nd': 'ND Convocation Fee',
    8888        'conv_hnd': 'HND Convocation Fee',
     
    122122        'final_clearance': 'Final Clearance Fee',
    123123        'union': 'Student Union Dues',
    124         'medical': 'Medical Fee',
     124        'medical': 'Medical Laboratory Test Fee',
    125125        }
    126126
Note: See TracChangeset for help on using the changeset viewer.