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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 6 13:54:56 CEST 2006


Author: aurel
Date: Wed Sep  6 13:54:53 2006
New Revision: 9692

URL: http://svn.erp5.org?rev=9692&view=rev
Log:
set the default reference currency id on the site

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=9692&r1=9691&r2=9692&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Wed Sep  6 13:54:53 2006
@@ -564,6 +564,8 @@
     """
     # the erp5 site
     self.portal = self.getPortal()
+    # the default currency for the site
+    self.portal.setProperty('reference_currency_id', 'EUR', type='string')
     # the person module
     self.person_module = self.getPersonModule()
     # the organisation module




More information about the Erp5-report mailing list