Changeset 16324
- Timestamp:
- 21 Nov 2020, 08:24:39 (4 years ago)
- 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 118 118 119 119 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'), 127 121 default = 0.0, 128 122 required = False, -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15655 r16324 59 59 'union': 'Student Union Dues', 60 60 'admission_checking': 'Admission Checking Fee', 61 'medical': 'Medical Fee',61 'medical': 'Medical Laboratory Test Fee', 62 62 'conv_nd': 'ND Convocation Fee', 63 63 'conv_hnd': 'HND Convocation Fee', … … 84 84 'union': 'Student Union Dues', 85 85 'admission_checking': 'Admission Checking Fee', 86 'medical': 'Medical Fee',86 'medical': 'Medical Laboratory Test Fee', 87 87 'conv_nd': 'ND Convocation Fee', 88 88 'conv_hnd': 'HND Convocation Fee', … … 122 122 'final_clearance': 'Final Clearance Fee', 123 123 'union': 'Student Union Dues', 124 'medical': 'Medical Fee',124 'medical': 'Medical Laboratory Test Fee', 125 125 } 126 126
Note: See TracChangeset for help on using the changeset viewer.