[Erp5-report] r13944 - /erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Apr 4 17:41:48 CEST 2007
Author: seb
Date: Wed Apr 4 17:41:47 2007
New Revision: 13944
URL: http://svn.erp5.org?rev=13944&view=rev
Log:
we do not use discount
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=13944&r1=13943&r2=13944&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Wed Apr 4 17:41:47 2007
@@ -322,7 +322,6 @@
self.assertEquals(len(cell_list),3)
for cell in cell_list:
cell.setBasePrice(650.0)
- cell.setDiscount(650.0)
elif id == "EUR":
# Create an exchange line
exchange_line = currency.newContent(portal_type='Currency Exchange Line',
@@ -336,7 +335,6 @@
self.assertEquals(len(cell_list),3)
for cell in cell_list:
cell.setBasePrice(1./650.0)
- cell.setDiscount(1./650.0)
return currency
More information about the Erp5-report
mailing list