Ignore:
Timestamp:
23 Aug 2007, 12:57:22 (17 years ago)
Author:
Henrik Bettermann
Message:

payment conditions fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/pay_by_sc.py

    r2135 r2153  
    3636session = s_brain.session
    3737next_session, next_session_str = context.getNextSessionId(session)
    38 amount,description = context.getSchoolFee(s_brain.faculty,session)
    3938validate = request.has_key("cpsdocument_create_button")
    4039res,psm,ds = lt.renderLayout(layout_id= 'student_schoolfee',
     
    8786except:
    8887    cost = "n/a"
    89    
     88
    9089if not hasattr(payments,p_id):
    9190    now = DateTime.DateTime()
Note: See TracChangeset for help on using the changeset viewer.