Changeset 8950
- Timestamp:
- 9 Jul 2012, 10:44:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r8821 r8950 118 118 return _('This type of payment has already been made.'), None 119 119 payment = createObject(u'waeup.StudentOnlinePayment') 120 timestamp = "%d" % int(time()*1000)120 timestamp = ("%d" % int(time()*10000))[1:] 121 121 payment.p_id = "p%s" % timestamp 122 122 payment.p_category = category
Note: See TracChangeset for help on using the changeset viewer.