Changeset 13447 for main/waeup.uniben


Ignore:
Timestamp:
12 Nov 2015, 09:21:09 (9 years ago)
Author:
Henrik Bettermann
Message:

disable all maintenance payments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r13446 r13447  
    223223                portal_language = getUtility(IKofaUtils).PORTAL_LANGUAGE
    224224                p_item = trans(_('no bed allocated'), portal_language)
     225
     226            #####################################
     227            amount = 0.0        # disable all maintenance payments
     228            #####################################
     229
    225230        #elif category == 'hostel_application':
    226231        #    amount = 1000.0
Note: See TracChangeset for help on using the changeset viewer.