Changeset 3163


Ignore:
Timestamp:
14 Feb 2008, 08:08:50 (17 years ago)
Author:
Henrik Bettermann
Message:

resolve #460 comment 02/11/08 17:53:37 (in custom)

File:
1 edited

Legend:

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

    r3142 r3163  
    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.