Commit 84aaa003 authored by Nicolas Dumazet's avatar Nicolas Dumazet

this fix is not needed anymore, now that movement_resource_interaction_workflow handles this.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37317 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2341fbc4
......@@ -212,9 +212,6 @@ class TestTradeReports(ERP5ReportTestCase):
resource=product,
quantity=values["quantity"],
price=values["price"])
# use default quantity unit from resource
sale_order_line.setQuantityUnit(
sale_order_line.getResourceValue().getDefaultQuantityUnit())
self.assertEquals(sale_order.getSimulationState(), 'draft')
if cancel:
......
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