Changeset 3103 for WAeUP_SRP/uniben


Ignore:
Timestamp:
4 Feb 2008, 14:19:06 (17 years ago)
Author:
joachim
Message:

do not show score in uniben,

File:
1 edited

Legend:

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

    r3101 r3103  
    100100info['carry_overs'] = carry_overs
    101101# normal.sort(cmp_semester_id)
     102info['without_score'] = without_score = True
     103if without_score:
     104    for rows in (normal1,normal2,normal3):
     105        for row in rows:
     106            row['score'] = 0
     107       
    102108info['normal1'] = normal1
    103109info['normal2'] = normal2
     
    111117info['app'] = student.application
    112118info['app_doc'] = student.application.getContent()
    113 
    114119return info
Note: See TracChangeset for help on using the changeset viewer.