Ignore:
Timestamp:
25 Oct 2006, 05:23:15 (18 years ago)
Author:
Henrik Bettermann
Message:

spelling mistake corrected (maintenance)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/reserve_accommodation.py

    r742 r744  
    2222mode = 'create'
    2323if info.has_key('acco') and info['acco']:
    24     if info['acco_review_state'] == "maintainance_fee_payed":
     24    if info['acco_review_state'] == "maintenance_fee_payed":
    2525        return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % info['acco'].absolute_url())
    2626    else:
     
    7676        ds.set('session', session)
    7777        acco.getContent().edit(mapping=ds)
    78         #wftool.doActionFor(acco,'pay_maintainance_fee',dest_container=acco)
     78        #wftool.doActionFor(acco,'pay_maintenance_fee',dest_container=acco)
    7979        return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % student.absolute_url())
    8080pin = str(ds.get('acco_main_sc_pin'))
     
    8383ds.set('acco_maint_date', current)
    8484acco.getContent().edit(mapping=ds)
    85 wftool.doActionFor(acco,'pay_maintainance_fee',dest_container=acco)
     85wftool.doActionFor(acco,'pay_maintenance_fee',dest_container=acco)
    8686return context.REQUEST.RESPONSE.redirect("%s/accommodation_view" % student.absolute_url())
    8787
Note: See TracChangeset for help on using the changeset viewer.