Ignore:
Timestamp:
28 Feb 2009, 10:17:03 (16 years ago)
Author:
Henrik Bettermann
Message:

implement payment import

PatchExtendedWidgetsCPSDateTimeWidget.py: enable import of long DateTime? strings which are exported by csv writer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/payment_receipt.pt

    r3310 r3988  
    112112        <tr>       
    113113          <td width="220px">Transaction Date:</td>
    114           <td><span tal:content="python:pm.date.ISO()" /></td>
     114          <td><span tal:content='python:pm.date.strftime("%d/%m/%y %H:%M:%S")' /></td>
    115115        </tr>       
    116116        <tr>
Note: See TracChangeset for help on using the changeset viewer.