Changeset 835


Ignore:
Timestamp:
11 Nov 2006, 05:24:48 (18 years ago)
Author:
Henrik Bettermann
Message:

spelling mistake corrected ('payed')

Location:
WAeUP_SRP/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_accommodation_wf/definition.xml

    r805 r835  
    2020  </permission-map>
    2121 </state>
    22  <state state_id="maintenance_fee_payed" title="">
     22 <state state_id="maintenance_fee_paid" title="">
    2323  <exit-transition transition_id="remove"/>
    2424 </state>
     
    2626 </state>
    2727 <transition transition_id="pay_maintenance_fee" title=""
    28              new_state="maintenance_fee_payed"
     28             new_state="maintenance_fee_paid"
    2929             trigger="USER" before_script="" after_script="">
    3030
  • WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py

    r833 r835  
    2323if info.has_key('acco') and info['acco']:
    2424    validate = REQUEST.has_key("cpsdocument_edit_button")
    25     if info['acco_review_state'] == "maintenance_fee_payed":
     25    if info['acco_review_state'] == "maintenance_fee_paid":
    2626        return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % info['acco'].absolute_url())
    2727    else:
Note: See TracChangeset for help on using the changeset viewer.