Changeset 2929 for WAeUP_SRP


Ignore:
Timestamp:
12 Dec 2007, 22:18:10 (17 years ago)
Author:
Henrik Bettermann
Message:

include transfer objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/Payment.py

    r2928 r2929  
    7575        doc = self.getContent()
    7676        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:
    7879            return
    7980        wftool = self.portal_workflow
Note: See TracChangeset for help on using the changeset viewer.