Changeset 17103 for main/kofacustom.edopoly/trunk
- Timestamp:
- 20 Sep 2022, 17:19:04 (2 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
r17097 r17103 130 130 131 131 conv_hnd_fee = schema.Float( 132 title = _(u'Convocation Fee ND'),132 title = _(u'Convocation Fee HND'), 133 133 default = 0.0, 134 134 required = False, -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r16820 r17103 60 60 'admission_checking': 'Admission Checking Fee', 61 61 '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', 64 64 'nhis': 'TISHIP Fee', 65 65 'coc': 'Change of Course Fee', … … 88 88 'admission_checking': 'Admission Checking Fee', 89 89 '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', 92 92 'nhis': 'TISHIP Fee', 93 93 'coc': 'Change of Course Fee',
Note: See TracChangeset for help on using the changeset viewer.