Ignore:
Timestamp:
29 Nov 2018, 12:26:38 (6 years ago)
Author:
Henrik Bettermann
Message:

Add many new payment categories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py

    r15222 r15255  
    204204            else:
    205205                return _(u'No bed allocated.'), None
    206         elif category == 'carryover1':
    207             amount = 10000.0
    208         elif category == 'carryover2':
    209             amount = 10000.0
    210         elif category == 'carryover3':
    211             amount = 10000.0
    212         elif category == 'carryover4':
    213             amount = 13000.0
    214206        elif category == 'dep_sug':
    215207            amount = 3150.0 # includes GATEWAY_AMT
Note: See TracChangeset for help on using the changeset viewer.