Commit bb47c6cb authored by Łukasz Nowak's avatar Łukasz Nowak

Line needs price.

parent c3eac5ca
......@@ -2793,6 +2793,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
line = order.newContent(
portal_type=self.sale_packing_list_line_portal_type,
quantity=1,
price=1
)
sequence.edit(sale_packing_list_line_uid=line.getUid())
......
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