Ignore:
Timestamp:
23 Feb 2010, 11:08:14 (15 years ago)
Author:
Henrik Bettermann
Message:

show validation data

change level voc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getStudyLevelInfo.py

    r3709 r5037  
    5050info['validation_allowed']= review_state == 'courses_registered' and is_current_level
    5151info['rejection_allowed']= review_state in ('courses_registered', 'courses_validated',) and is_current_level
    52 info['validated'] = review_state in ('courses_validated','returning') and is_current_level
     52info['validated'] = level_doc.validated_by
    5353
    5454info['show_check_boxes'] =  (is_ca and school_fee_paid and is_current_level and not has_verdict) or\
Note: See TracChangeset for help on using the changeset viewer.