Ignore:
Timestamp:
21 Jan 2007, 13:52:05 (18 years ago)
Author:
Henrik Bettermann
Message:

payed -> paid
action added
action icon added

File:
1 edited

Legend:

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

    r1283 r1338  
    2222    return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
    2323#student = getattr(students,student_id)
    24 s_brain = context.students_catalog(id = student_id)[0] 
     24s_brain = context.students_catalog(id = student_id)[0]
    2525payments = []
    2626#from Products.zdb import set_trace;set_trace()
     
    3131    if res:
    3232        title = res[0].Title
    33         d['title'] = title or o_id 
     33        d['title'] = title or o_id
    3434    else:
    3535        d['title'] = "no Title"
Note: See TracChangeset for help on using the changeset viewer.