- Timestamp:
- 20 Sep 2012, 08:49:37 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-zc-async
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/applicants/utils.py
r8664 r9209 39 39 SEPARATORS_DICT = { 40 40 'form.course1': _(u'Desired Study Courses'), 41 'form.s creening_score': _(u'Process Data'),41 'form.student_id': _(u'Process Data'), 42 42 } 43 43 … … 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.