Ignore:
Timestamp:
31 Oct 2014, 06:45:52 (10 years ago)
Author:
Henrik Bettermann
Message:

Third semester fee applies to nce_sw and not nce_ft.

File:
1 edited

Legend:

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

    r11919 r11920  
    147147            except (AttributeError, TypeError):
    148148                return _('Study course data are incomplete.'), None
    149         elif category == 'third_semester' and student.current_mode == 'nce_ft':
     149        elif category == 'third_semester' and student.current_mode == 'nce_sw':
    150150            if student.depcode in ARTS:
    151151                amount = 5835
Note: See TracChangeset for help on using the changeset viewer.