Changeset 3263
- Timestamp:
- 1 Mar 2008, 06:28:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/uniben/waeup_custom/getStudyLevelInfo.py
r3163 r3263 54 54 info['show_check_boxes'] = (is_ca and school_fee_paid and is_current_level and not has_verdict) or\ 55 55 (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) 57 57 58 58 info['verdict'] = context.portal_vocabularies.verdicts.get(level_doc.verdict).upper()
Note: See TracChangeset for help on using the changeset viewer.