Changeset 7131 for WAeUP_SRP/trunk/skins/waeup_futminna
- Timestamp:
- 17 Nov 2011, 16:38:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/getAccommodationStatus.py
r5788 r7131 98 98 if student_record.sex: 99 99 d['sex'] = 'female' 100 100 101 101 if level == 100: 102 102 bt = 'fr' … … 129 129 info['acco_maint_fee'] = accommodation_record.acco_maint_fee 130 130 info['acco_maint_code'] = accommodation_record.acco_maint_code 131 info['student_status'] = accommodation_record.student_status132 131 info['bed'] = accommodation_record.bed 133 132 info['session'] = accommodation_record.session
Note: See TracChangeset for help on using the changeset viewer.