Ignore:
Timestamp:
5 Feb 2017, 08:01:42 (8 years ago)
Author:
Henrik Bettermann
Message:

Replace 'NIL' by 'Nil'.

File:
1 edited

Legend:

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

    r14487 r14506  
    8585                return 0
    8686            if len(not_taken_courses) \
    87                 and not not_taken_courses == 'NIL':
     87                and not not_taken_courses == 'Nil':
    8888                return 0
    8989        elif level_obj.gpa_params[1] < 30:
Note: See TracChangeset for help on using the changeset viewer.