Changeset 2867
- Timestamp:
- 6 Dec 2007, 10:14:34 (17 years ago)
- Location:
- WAeUP_SRP/base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/Accommodation.py
r2845 r2867 84 84 d['bed'] = uid 85 85 d['bed_type'] = bt 86 d['sort_id'] = getattr(hall_doc,'sort_id' )86 d['sort_id'] = getattr(hall_doc,'sort_id',0) 87 87 d['hall'] = hall.getId() 88 88 d['student'] = NOT_OCCUPIED -
WAeUP_SRP/base/skins/waeup_accommodation/reserve_accommodation.py
r2865 r2867 91 91 elif psm == 'valid': 92 92 if mode == 'create': 93 set_trace()93 #set_trace() 94 94 pin = str(ds.get('acco_res_sc_pin')) 95 95 code,bed = context.portal_accommodation.searchAndReserveBed(student_id,
Note: See TracChangeset for help on using the changeset viewer.