Ignore:
Timestamp:
31 Dec 2006, 10:32:05 (18 years ago)
Author:
Henrik Bettermann
Message:

getStudentInfo replaced or removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_accommodation/change_bed.py

    r1135 r1164  
    1 ## Script (Python) "getStudentInfo"
     1## Script (Python) "change_bed"
    22##bind container=container
    33##bind context=context
     
    5959    logger.info('"%s", "new bed allocation failed","%s"' % (student_id,code))
    6060    redirect("%s/%s/%s" % (students.absolute_url(),student,info['acco_id']))
    61        
     61
    6262info = {}
    6363records = [r for r in beds() if  r.student]
Note: See TracChangeset for help on using the changeset viewer.