Ignore:
Timestamp:
5 Feb 2008, 15:19:06 (17 years ago)
Author:
joachim
Message:

increase level for previous (in custom)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/uniben/waeup_custom/getAccommodationInfo.py

    r3108 r3111  
    114114
    115115d = {}
     116delta = 0
     117if previous:
     118    delta = 100
    116119if new:
    117120    bt = 'fr'
    118 elif int(student_record.level) < int(student_record.end_level):
     121elif int(student_record.level) + delta < int(student_record.end_level):
    119122    bt = 're'
    120123else:
Note: See TracChangeset for help on using the changeset viewer.