- Timestamp:
- 12 Jan 2007, 13:14:45 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/getPaymentsFolderInfo.py
r1238 r1283 24 24 s_brain = context.students_catalog(id = student_id)[0] 25 25 payments = [] 26 #from Products.zdb import set_trace;set_trace() 26 27 for o_id in context.objectIds(): 27 28 d = {} … … 34 35 d['title'] = "no Title" 35 36 payments.append(d) 36 #from Products.zdb import set_trace;set_trace()37 37 info = {} 38 38 is_so = info['is_so'] = context.isSectionOfficer()
Note: See TracChangeset for help on using the changeset viewer.