Ignore:
Timestamp:
23 Feb 2008, 22:59:10 (17 years ago)
Author:
Henrik Bettermann
Message:

2 old fixes (in custom)

File:
1 edited

Legend:

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

    r3170 r3206  
    8484list = []
    8585to_modify = []
    86 for r in records[1:100]:
     86logger.info('started without student context')
     87for r in records:
    8788    info = context.getAccommodationInfo(r.student)
    8889    sbt = info.get('student_status',None)
     
    9899    #to_modify.append((r.bed,r.student,info['student_status'],info['acco_doc']))
    99100    logger.info(message)
     101logger.info('finished')
    100102
    101103return "\r".join(list)
Note: See TracChangeset for help on using the changeset viewer.