Ignore:
Timestamp:
2 Oct 2008, 09:10:57 (16 years ago)
Author:
Henrik Bettermann
Message:
  • add Uniben profile (was default profile)
  • enable transfer students import
File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTool.py

    r3681 r3705  
    971971        self.with_timing = with_timing
    972972
     973        if brain.screening_type in ('cest','sandwich',):
     974            reg_no = "%s%s/%s" % (brain.course1[:3],brain.serial,brain.entry_session)
     975        else:
     976            reg_no = brain.reg_no
     977
    973978        #ignore argument entry_session
    974979        if not brain.entry_session:
     
    979984            self._v_certificates = self.getCertificatesDict()
    980985        students_folder = self.portal_url.getPortalObject().campus.students
    981         if brain.screening_type in ('cest','sandwich',):
    982             reg_no = "%s%s/%s" % (brain.course1[:3],brain.serial,brain.entry_session)
    983         else:
    984             reg_no = brain.reg_no
     986
    985987        res = self.students_catalog(jamb_reg_no = reg_no)
    986988        if res:
Note: See TracChangeset for help on using the changeset viewer.