Changeset 8884 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 3 Jul 2012, 07:13:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/utils.py
r8664 r8884 45 45 """Set the payment data of an applicant. 46 46 """ 47 timestamp = "%d" % int(time()*1000)47 timestamp = ("%d" % int(time()*10000))[1:] 48 48 container_fee = container.application_fee 49 49 if container_fee:
Note: See TracChangeset for help on using the changeset viewer.