Ignore:
Timestamp:
3 Jul 2012, 07:13:59 (12 years ago)
Author:
Henrik Bettermann
Message:

Import payment tickets without p_id and generate p_id in checkConversion.

Increase resolution of timestamp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/utils.py

    r8664 r8884  
    4545        """Set the payment data of an applicant.
    4646        """
    47         timestamp = "%d" % int(time()*1000)
     47        timestamp = ("%d" % int(time()*10000))[1:]
    4848        container_fee = container.application_fee
    4949        if container_fee:
Note: See TracChangeset for help on using the changeset viewer.