Ignore:
Timestamp:
1 May 2008, 05:53:28 (17 years ago)
Author:
Henrik Bettermann
Message:

fix addStudent (fetch dictionary correctly)

remove Title completely (Title was still indexed in portal_catalog)

remove Title method from PaymentsFolder? class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/Students.py

    r3473 r3481  
    666666    def createSubObjects(self):
    667667        """make the student a member"""
    668         dp = {'Title': 'Personal Data'}
     668        #dp = {'Title': 'Personal Data'}
    669669        app_doc = self.application.getContent()
    670670        names = app_doc.jamb_lastname.split()
     
    898898    #         return "%s" % ce.Title
    899899    #     return "No course with id %s" % cid
    900  
     900
    901901InitializeClass(StudentCourseResult)
    902902
Note: See TracChangeset for help on using the changeset viewer.