Changeset 2061 for WAeUP_SRP/trunk/skins
- Timestamp:
- 26 Jul 2007, 20:57:08 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_utilities/ti_167_resolve.py
r2060 r2061 65 65 logger.info("Prefix %s (%s) not found" % (prefix_batch,payment_doc.order_id)) 66 66 no_cost +=1 67 if count and not count % 100: 68 context.waeup_tool.doCommit() 69 logger.info("Committing %s transactions, total %s" % (commit_count,count)) 67 70 logger.info("updated %d payment amounts, %d costs not found" % (count,no_cost)) 68 71
Note: See TracChangeset for help on using the changeset viewer.