- Timestamp:
- 19 Apr 2012, 08:26:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_uniben/payment_receipt.pt
r8205 r8211 59 59 </tr> 60 60 <tr> 61 <td width="220px">Payment Item:</td>62 <td><span tal:content="pm/item" /></td>63 </tr>64 <tr>65 61 <td width="220px">Session:</td> 66 62 <td><span tal:content="python:context.portal_vocabularies.sessions.get(pm.session_id)" /></td> … … 199 195 <tr> 200 196 <td width="220px">Transaction Code:</td> 201 <td><strong><span tal:content="pm/order_id" /></strong></td> 197 <td tal:define="oid python:pm['order_id']"> 198 <strong><span 199 tal:replace="python: oid[len(oid)-8:len(oid)]" /> 200 </strong> 201 </td> 202 202 </tr> 203 203 <tr>
Note: See TracChangeset for help on using the changeset viewer.