Ignore:
Timestamp:
6 Jan 2010, 06:49:14 (15 years ago)
Author:
Henrik Bettermann
Message:

FCEOkene: add diploma programme application

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTables.py

    r4546 r4693  
    16231623    ###)
    16241624
    1625 
     1625   
     1626    # for transcript only
    16261627    def getAllCourses(self,student_id): ###(
    16271628        query = Eq('student_id',student_id)
     
    16431644                if score and str(score).isdigit() and int(score) > 0:
    16441645                    score = int(score)
    1645                     grade,weight = self.getGradesFromScore(score)
     1646                    grade,weight = self.getGradesFromScore(score,'')
    16461647                    d['weight'] = weight
    16471648                    d['grade'] = grade
Note: See TracChangeset for help on using the changeset viewer.