Changeset 8953
- Timestamp:
- 9 Jul 2012, 10:45:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py
r8834 r8953 111 111 return _('This type of payment has already been made.'), None 112 112 payment = createObject(u'waeup.StudentOnlinePayment') 113 timestamp = "%d" % int(time()*1000)113 timestamp = ("%d" % int(time()*10000))[1:] 114 114 payment.p_id = "p%s" % timestamp 115 115 payment.p_category = category
Note: See TracChangeset for help on using the changeset viewer.