Ignore:
Timestamp:
31 Dec 2006, 07:50:50 (18 years ago)
Author:
Henrik Bettermann
Message:

getStudentInfo replaced (not yet thoroughly tested!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getAccommodationInfo.py

    r1117 r1161  
    1 ## Script (Python) "getStudentInfo"
     1## Script (Python) "getAccommodationInfo"
    22##bind container=container
    33##bind context=context
     
    7979elif s_brain.course in pti_certificates:
    8080    bt += "_pti"
    81    
     81
    8282d['bt'] = bt
    8383#from Products.zdb import set_trace
    8484#set_trace()
    85 student_status = "%(sex)s_%(bt)s" % d 
     85student_status = "%(sex)s_%(bt)s" % d
    8686info['student_status'] = student_status
    8787return info
Note: See TracChangeset for help on using the changeset viewer.