Changeset 17635
- Timestamp:
- 6 Nov 2023, 20:09:17 (12 months 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
r17104 r17635 194 194 ) 195 195 196 gown_fee = schema.Float( 197 title = _(u'Matriculation Gown Fee'), 198 default = 0.0, 199 required = False, 200 ) 201 202 global_practics_fee = schema.Float( 203 title = _(u'Global Practics Fee'), 204 default = 0.0, 205 required = False, 206 ) 207 196 208 def getSessionString(): 197 209 """Returns the session string from the vocabulary. -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py
r17569 r17635 72 72 'develop': 'Development Fee', 73 73 'sport': 'Sport Development Fee', 74 'gown': 'Matriculation Gown Fee', 75 'global_practics': 'Global Practics Fee', 74 76 } 75 77 … … 102 104 'indigene': 'Non-State Indigene Fee', 103 105 'develop': 'Development Fee', 104 'sport': 'Sport Development Fee', 106 'sport': 'Sport Development Fee', 107 'gown': 'Matriculation Gown Fee', 108 'global_practics': 'Global Practics Fee', 105 109 } 106 110
Note: See TracChangeset for help on using the changeset viewer.