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

    r1566 r2000  
    9797        student.invokeFactory('StudentAccommodation',acco_id)
    9898        acco = getattr(student,acco_id)
    99         acco_info = context.waeup_tool.getAccommodationInfo(bed)
     99        acco_info = context.waeup_tool.getHallInfo(bed)
    100100        ds.set('acco_maint_code', acco_info.get('maintenance_code'))
    101101        ds.set('acco_maint_fee', acco_info.get('maintenance_fee'))
Note: See TracChangeset for help on using the changeset viewer.