Changeset 3263


Ignore:
Timestamp:
1 Mar 2008, 06:28:16 (17 years ago)
Author:
Henrik Bettermann
Message:

see ticket #494

File:
1 edited

Legend:

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

    r3163 r3263  
    5454info['show_check_boxes'] =  (is_ca and school_fee_paid and is_current_level and not has_verdict) or\
    5555                            (info['is_student'] and school_fee_paid and is_current_level and not has_verdict) or\
    56                             (is_so and is_current_level) # and not has_verdict)
     56                            (is_so) # and is_current_level and not has_verdict)
    5757
    5858info['verdict'] = context.portal_vocabularies.verdicts.get(level_doc.verdict).upper()
Note: See TracChangeset for help on using the changeset viewer.