Commit 762f4bca authored by Sebastien Robin's avatar Sebastien Robin

we do not use discount

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13944 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f3aa648
......@@ -322,7 +322,6 @@ class TestERP5BankingMixin:
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 @@ class TestERP5BankingMixin:
self.assertEquals(len(cell_list),3)
for cell in cell_list:
cell.setBasePrice(1./650.0)
cell.setDiscount(1./650.0)
return currency
......
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