Commit 479e2cd9 authored by Sebastien Robin's avatar Sebastien Robin

added a date

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8686 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb270e20
......@@ -235,6 +235,12 @@ class TestERP5BankingMixin:
"""
return getattr(self.getPortal(), 'checkbook_vault_transfer_module', None)
def getCheckbookUsualCashTransferModule(self):
"""
Return the Checkbook Vault Transfer Module
"""
return getattr(self.getPortal(), 'checkbook_usual_cash_transfer_module', None)
def getCheckModule(self):
"""
Return the Check Module
......@@ -540,6 +546,8 @@ class TestERP5BankingMixin:
self.simulation_tool = self.getSimulationTool()
# get the currency module
self.currency_module = self.getCurrencyModule()
# a default date
self.date = DateTime()
......
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