Ignore:
Timestamp:
9 Jul 2007, 07:04:27 (17 years ago)
Author:
Henrik Bettermann
Message:

ticket #245

File:
1 edited

Legend:

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

    r1566 r2000  
    5454        d['bed'] = bed
    5555        d['student_status'] = status
    56         acco_info = context.waeup_tool.getAccommodationInfo(bed)
     56        acco_info = context.waeup_tool.getHallInfo(bed)
    5757        d['acco_maint_code'] = acco_info.get('maintenance_code')
    5858        d['acco_maint_fee'] = acco_info.get('maintenance_fee')
     
    9898        d['bed'] = bed
    9999        d['student_status'] = status
    100         acco_info = context.waeup_tool.getAccommodationInfo(bed)
     100        acco_info = context.waeup_tool.getHallInfo(bed)
    101101        d['acco_maint_code'] = acco_info.get('maintenance_code')
    102102        d['acco_maint_fee'] = acco_info.get('maintenance_fee')
Note: See TracChangeset for help on using the changeset viewer.