Commit 2b60a16f authored by Sebastien Robin's avatar Sebastien Robin

added method getCeckbookDeliveryModule

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9116 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb4b6774
...@@ -237,10 +237,16 @@ class TestERP5BankingMixin: ...@@ -237,10 +237,16 @@ class TestERP5BankingMixin:
def getCheckbookUsualCashTransferModule(self): def getCheckbookUsualCashTransferModule(self):
""" """
Return the Checkbook Vault Transfer Module Return the Checkbook Delivery Module
""" """
return getattr(self.getPortal(), 'checkbook_usual_cash_transfer_module', None) return getattr(self.getPortal(), 'checkbook_usual_cash_transfer_module', None)
def getCheckbookDeliveryModule(self):
"""
Return the Checkbook Vault Transfer Module
"""
return getattr(self.getPortal(), 'checkbook_delivery_module', None)
def getCheckbookMovementModule(self): def getCheckbookMovementModule(self):
""" """
Return the Checkbook Movement Module Return the Checkbook Movement Module
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment