Ignore:
Timestamp:
21 Jan 2009, 18:20:33 (16 years ago)
Author:
Henrik Bettermann
Message:
  • provide button return button for graduated students
  • reenable special_handling field for Okene
File:
1 edited

Legend:

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

    r3747 r3868  
    115115except:
    116116    current_level = 0
    117 info['transition_return_allowed'] = info['review_state'] in ('school_fee_paid','courses_validated') and info['is_sectionofficer'] # and current_level > 100
     117info['transition_return_allowed'] = info['review_state'] in ('school_fee_paid','courses_validated','graduated') and info['is_sectionofficer'] # and current_level > 100
    118118info['transition_pay_school_fee_allowed'] = info['review_state'] == 'returning' and info['is_sectionofficer']
    119119info['transition_admit_allowed'] = info['review_state'] == 'returning' and info['is_sectionofficer']
Note: See TracChangeset for help on using the changeset viewer.