- Timestamp:
- 10 Dec 2007, 14:46:50 (17 years ago)
- Location:
- WAeUP_SRP/fceokene/waeup_custom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/fceokene/waeup_custom/getPaymentsFolderInfo.py
r2900 r2908 41 41 if student_id is None: 42 42 return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) 43 #student = getattr(students,student_id)43 student = getattr(students,student_id) 44 44 student_record = context.students_catalog.getRecordByKey(student_id) 45 45 context['updatePayments']() … … 98 98 hasattr(so_doc, 'order_id') and not so_doc.resp_code) or str(member) in ('admin','delejason','isouaba'): 99 99 row['is_requeryable'] = True 100 row['callback_url'] = "%s/interswitch_cb" % (payments_path) 100 row['callback_url'] = "%s/payments/%s/interswitch_cb" % (student.absolute_url(), 101 so.getId) 101 102 href = '%(query_url)s' % info 102 103 href += '?transRef=%(trans_ref)s' % row -
WAeUP_SRP/fceokene/waeup_custom/no_booking_allowed.pt
r2687 r2908 2 2 <metal:main fill-slot="main"> 3 3 4 <h3> Accommodation booking not yet started!</h3>4 <h3>You are not eligible to book accommodation!</h3> 5 5 6 6 </metal:main>
Note: See TracChangeset for help on using the changeset viewer.