Changeset 17603 for main/waeup.uniben


Ignore:
Timestamp:
7 Oct 2023, 04:17:26 (13 months ago)
Author:
Henrik Bettermann
Message:

Add BSCEDECHEDU to the list of Ekenwan certificates.

File:
1 edited

Legend:

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

    r17536 r17603  
    188188            elif student.certcode in ('BARTMAS', 'BARTTHR', 'BARTFAA',
    189189                                      'BAEDFAA', 'BSCEDECHED', 'BAFAA',
    190                                       'BARTMUS', 'BSCEDECHED'):
     190                                      'BARTMUS', 'BSCEDECHED', 'BEDECHEDU'):
    191191                special_handling = 'ekenwan'
    192192        d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
     
    356356            if p_item is None:
    357357                return _('Study course data are incomplete.'), None
    358             if student.is_jupeb:
     358            if grok.getSite().__name__ == 'uniben-cdl':
     359                amount = 65000.0
     360            elif student.is_jupeb:
    359361                amount = 50000.0
    360362            elif student.faccode.startswith('FCETA'):
Note: See TracChangeset for help on using the changeset viewer.