Ignore:
Timestamp:
1 Mar 2017, 12:11:54 (8 years ago)
Author:
Henrik Bettermann
Message:

Extend _isPaymentDisabled.

Location:
main/waeup.uniben/trunk/src/waeup/uniben
Files:
2 edited

Legend:

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

    r14588 r14598  
    147147        if category == 'hostel_maintenance' and \
    148148            'maint_all' in academic_session.payment_disabled:
     149            return True
     150        if category == 'schoolfee' and \
     151            student.current_mode == 'found' and \
     152            'sf_found' in academic_session.payment_disabled:
    149153            return True
    150154        return False
  • main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py

    r14358 r14598  
    107107        'sf_all': 'School Fee - All Students',
    108108        'maint_all': 'Accommodation Fee - All Students',
     109        'sf_found': 'School Fee - Foundation Students',
    109110        }
    110111
Note: See TracChangeset for help on using the changeset viewer.