Changeset 3686


Ignore:
Timestamp:
21 Sep 2008, 08:41:47 (16 years ago)
Author:
Henrik Bettermann
Message:

update for r3682

Location:
WAeUP_SRP/unilorin/waeup_custom
Files:
1 added
1 edited

Legend:

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

    r3628 r3686  
    7676cert_id = student.course
    7777info['cert_id'] = cert_id
    78 if context.objectIds():
    79     course_results.moveResultsHere(context,student_id)
    80     logger.info("%s initiated moveResultsHere for %s in level %s" % (member_id,student_id,level_id))
    8178total_credits,gpa,carry_overs,normal1,normal2,normal3 = course_results.getCourses(student_id,level_id)
    8279info['total_credits'] = total_credits
Note: See TracChangeset for help on using the changeset viewer.