Ignore:
Timestamp:
22 Mar 2007, 23:53:27 (18 years ago)
Author:
Henrik Bettermann
Message:

import table renamed

File:
1 edited

Legend:

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

    r1624 r1625  
    2727member_id = str(member)
    2828student_id = context.getStudentId()
    29 online_transactions = context.online_payment_transactions
     29online_transactions = context.online_payments_import
    3030try:
    3131    from Products.zdb import set_trace
     
    4747online_payments = aq_portal(query1 & query2)
    4848set_trace()
    49 online_transactions = context.online_payment_transactions
     49online_transactions = context.online_payments_import
    5050
    5151for op_brain in online_payments:
Note: See TracChangeset for help on using the changeset viewer.