Changeset 17603 for main/waeup.uniben
- Timestamp:
- 7 Oct 2023, 04:17:26 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r17536 r17603 188 188 elif student.certcode in ('BARTMAS', 'BARTTHR', 'BARTFAA', 189 189 'BAEDFAA', 'BSCEDECHED', 'BAFAA', 190 'BARTMUS', 'BSCEDECHED' ):190 'BARTMUS', 'BSCEDECHED', 'BEDECHEDU'): 191 191 special_handling = 'ekenwan' 192 192 d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt) … … 356 356 if p_item is None: 357 357 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: 359 361 amount = 50000.0 360 362 elif student.faccode.startswith('FCETA'):
Note: See TracChangeset for help on using the changeset viewer.