Changeset 2938 for WAeUP_SRP/base
- Timestamp:
- 13 Dec 2007, 08:46:09 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/Payment.py
r2937 r2938 77 77 status = getattr(doc,'status',None) 78 78 type_description = getattr(doc,'type_description',None) 79 if status and status != 'started' and not type_description.startswith('Transfer') and not force: 79 #if status and status != 'started' and not type_description.startswith('Transfer') and not force: 80 if status and not force: # should not be done online for all started objects (too many conflict errors) 80 81 return 81 82 wftool = self.portal_workflow
Note: See TracChangeset for help on using the changeset viewer.