Changeset 835 for WAeUP_SRP/trunk/skins
- Timestamp:
- 11 Nov 2006, 05:24:48 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py
r833 r835 23 23 if info.has_key('acco') and info['acco']: 24 24 validate = REQUEST.has_key("cpsdocument_edit_button") 25 if info['acco_review_state'] == "maintenance_fee_pa yed":25 if info['acco_review_state'] == "maintenance_fee_paid": 26 26 return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % info['acco'].absolute_url()) 27 27 else:
Note: See TracChangeset for help on using the changeset viewer.