Changeset 15255 for main/kofacustom.dspg/trunk/src/kofacustom/dspg/students
- Timestamp:
- 29 Nov 2018, 12:26:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py
r15222 r15255 204 204 else: 205 205 return _(u'No bed allocated.'), None 206 elif category == 'carryover1':207 amount = 10000.0208 elif category == 'carryover2':209 amount = 10000.0210 elif category == 'carryover3':211 amount = 10000.0212 elif category == 'carryover4':213 amount = 13000.0214 206 elif category == 'dep_sug': 215 207 amount = 3150.0 # includes GATEWAY_AMT
Note: See TracChangeset for help on using the changeset viewer.