Ignore:
Timestamp:
13 Dec 2007, 22:09:48 (17 years ago)
Author:
Henrik Bettermann
Message:

level string is not in use

File:
1 edited

Legend:

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

    r2847 r2945  
    6565info['verdict'] = context.portal_vocabularies.verdicts.get(level_doc.verdict).upper()
    6666info['session'] = context.portal_vocabularies.sessions.get(level_doc.session)
    67 info['level_str'] = context.portal_vocabularies.levels.get(level_id)
     67# info['level_str'] = context.portal_vocabularies.student_levels.get(level_id) # not used
    6868
    6969info['choosen_ids'] = request.get('ids',[])
Note: See TracChangeset for help on using the changeset viewer.