[Erp5-report] r8686 - /erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Jul 22 15:37:10 CEST 2006


Author: seb
Date: Sat Jul 22 15:37:07 2006
New Revision: 8686

URL: http://svn.erp5.org?rev=8686&view=rev
Log:
added a date

Modified:
    erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

Modified: erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py?rev=8686&r1=8685&r2=8686&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Sat Jul 22 15:37:07 2006
@@ -234,6 +234,12 @@
     Return the Checkbook Vault Transfer Module
     """
     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):
     """
@@ -540,6 +546,8 @@
     self.simulation_tool = self.getSimulationTool()
     # get the currency module
     self.currency_module = self.getCurrencyModule()
+    # a default date
+    self.date = DateTime()
 
 
 




More information about the Erp5-report mailing list