Commit 981bc2e7 authored by Jérome Perrin's avatar Jérome Perrin

r20971 was wrong: the order is sent to client


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20986 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba51ad9a
......@@ -2296,8 +2296,8 @@ class TestOrder(TestOrderMixin, ERP5TypeTestCase):
title='Order',
source_value=vendor,
source_section_value=vendor,
destination_value=vendor,
destination_section_value=vendor)
destination_value=client,
destination_section_value=client)
line = order.newContent(portal_type=self.order_line_portal_type,
resource_value=resource,
quantity=10,
......
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