Changeset 744 for WAeUP_SRP/trunk/skins
- Timestamp:
- 25 Oct 2006, 05:23:15 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/portlet_waeup_status_display.pt
r728 r744 12 12 'category_E', 13 13 'category_F', 14 'content_addable'];"> 14 'content_addable', 15 'bed_reserved', 16 'maintenance_fee_paid' 17 ];"> 15 18 16 19 <span tal:condition="python:path('info/review_state') in status_list "> -
WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py
r742 r744 22 22 mode = 'create' 23 23 if info.has_key('acco') and info['acco']: 24 if info['acco_review_state'] == "maint ainance_fee_payed":24 if info['acco_review_state'] == "maintenance_fee_payed": 25 25 return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % info['acco'].absolute_url()) 26 26 else: … … 76 76 ds.set('session', session) 77 77 acco.getContent().edit(mapping=ds) 78 #wftool.doActionFor(acco,'pay_maint ainance_fee',dest_container=acco)78 #wftool.doActionFor(acco,'pay_maintenance_fee',dest_container=acco) 79 79 return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % student.absolute_url()) 80 80 pin = str(ds.get('acco_main_sc_pin')) … … 83 83 ds.set('acco_maint_date', current) 84 84 acco.getContent().edit(mapping=ds) 85 wftool.doActionFor(acco,'pay_maint ainance_fee',dest_container=acco)85 wftool.doActionFor(acco,'pay_maintenance_fee',dest_container=acco) 86 86 return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % student.absolute_url()) 87 87
Note: See TracChangeset for help on using the changeset viewer.