Changeset 3163
- Timestamp:
- 14 Feb 2008, 08:08:50 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/uniben/waeup_custom/getStudyLevelInfo.py
r3142 r3163 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.