Commit df72ac06 authored by Jérome Perrin's avatar Jérome Perrin

create some packing list lines, not order line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22704 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ea5be96
......@@ -937,7 +937,8 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) :
source_section_value=vendor,
destination_value=client,
destination_section_value=client)
line = packing_list.newContent(portal_type=self.order_line_portal_type,
line = packing_list.newContent(
portal_type=self.packing_list_line_portal_type,
resource_value=resource,
quantity=10,
price=3)
......
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