Changeset 15364 for main/kofacustom.edopoly/trunk/src
- Timestamp:
- 24 Mar 2019, 06:16:36 (6 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
r15218 r15364 81 81 ) 82 82 83 ict_entre_fee = schema.Float(84 title = _(u'ICT & Entrepreneur Fee'),85 default = 0.0,86 required = False,87 )83 #ict_entre_fee = schema.Float( 84 # title = _(u'ICT & Entrepreneur Fee'), 85 # default = 0.0, 86 # required = False, 87 # ) 88 88 89 89 siwess_combo_fee = schema.Float( -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/utils.py
r15361 r15364 209 209 else: 210 210 return _(u'No bed allocated.'), None 211 elif category == 'ict_entre': 212 amount = 11000.0 213 if student['studycourse'].entry_session < 2018: 214 amount = 16000.0 211 215 else: 212 216 fee_name = category + '_fee'
Note: See TracChangeset for help on using the changeset viewer.