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/change_bed.py

    r1566 r2000  
    5252        d['bed'] = bed
    5353        d['student_status'] = status
    54         acco_info = context.waeup_tool.getAccommodationInfo(bed)
     54        acco_info = context.waeup_tool.getHallInfo(bed)
    5555        d['acco_maint_code'] = acco_info.get('maintenance_code')
    5656        d['acco_maint_fee'] = acco_info.get('maintenance_fee')
     
    9393        d['bed'] = bed
    9494        d['student_status'] = status
    95         acco_info = context.waeup_tool.getAccommodationInfo(bed)
     95        acco_info = context.waeup_tool.getHallInfo(bed)
    9696        d['acco_maint_code'] = acco_info.get('maintenance_code')
    9797        d['acco_maint_fee'] = acco_info.get('maintenance_fee')
Note: See TracChangeset for help on using the changeset viewer.