- Timestamp:
- 12 Dec 2007, 22:18:10 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/Payment.py
r2928 r2929 75 75 doc = self.getContent() 76 76 status = getattr(doc,'status',None) 77 if status and status != 'started' and not force: 77 type_description = getattr(doc,'type_description',None) 78 if status and status != 'started' and not type_description.startswith('Transfer') and not force: 78 79 return 79 80 wftool = self.portal_workflow
Note: See TracChangeset for help on using the changeset viewer.