Changeset 8942 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 8 Jul 2012, 08:59:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/batching.py
r8940 r8942 583 583 grok.name(util_name) 584 584 585 name = u' Payment Processor'585 name = u'Student Payment Processor' 586 586 iface = IStudentOnlinePayment 587 587 factory_name = 'waeup.StudentOnlinePayment' … … 664 664 # We have to check p_id. 665 665 p_id = row.get('p_id', None) 666 if p_id is None:666 if not p_id: 667 667 timestamp = ("%d" % int(time()*10000))[1:] 668 668 p_id = "p%s" % timestamp
Note: See TracChangeset for help on using the changeset viewer.