Changeset 5795 for WAeUP_SRP/trunk/skins/waeup_accommodation
- Timestamp:
- 5 Mar 2011, 12:34:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_accommodation/getAccommodationRecords.py
r5621 r5795 56 56 row['reservation_status'] = ar.reservation_status 57 57 row['paid'] = ar.reservation_status == 'maintenance_fee_paid' 58 row['current_unpaid'] = not row['paid'] and ar.session == portal_session 58 row['current_unpaid'] = not row['paid'] and ar.session == portal_session and \ 59 student_record.review_state in ('cleared_and_validated', 60 'school_fee_paid', 61 'courses_registered', 62 'courses_validated',) 59 63 row['url'] = student_path 60 64 row['cancellation_allowed'] = info['is_so'] and ar.session == portal_session
Note: See TracChangeset for help on using the changeset viewer.