Changeset 15525 for main/kofacustom.edopoly/trunk
- Timestamp:
- 29 Jul 2019, 08:29:02 (5 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
r15364 r15525 141 141 ) 142 142 143 nhis_fee = schema.Float( 144 title = _(u'Student NHIS'), 145 default = 0.0, 146 required = False, 147 ) 148 143 149 def getSessionString(): 144 150 """Returns the session string from the vocabulary. -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r15445 r15525 62 62 'conv_nd': 'ND Convocation Fee', 63 63 'conv_hnd': 'HND Convocation Fee', 64 'nhis': 'Student NHIS', 64 65 } 65 66 … … 83 84 'conv_nd': 'ND Convocation Fee', 84 85 'conv_hnd': 'HND Convocation Fee', 86 'nhis': 'Student NHIS', 85 87 } 86 88
Note: See TracChangeset for help on using the changeset viewer.