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

spelling mistake corrected ('payed')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.