Ignore:
Timestamp:
17 Nov 2011, 16:38:45 (13 years ago)
Author:
Henrik Bettermann
Message:

Students couldn't be relocated after changing the sex attribute because the value was taken from the existing accommodation record.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_futminna/getAccommodationStatus.py

    r5788 r7131  
    9898if student_record.sex:
    9999    d['sex'] = 'female'
    100    
     100
    101101if level == 100:
    102102    bt = 'fr'
     
    129129info['acco_maint_fee'] = accommodation_record.acco_maint_fee
    130130info['acco_maint_code'] = accommodation_record.acco_maint_code
    131 info['student_status'] = accommodation_record.student_status
    132131info['bed'] = accommodation_record.bed
    133132info['session'] = accommodation_record.session
Note: See TracChangeset for help on using the changeset viewer.