Commit 1af1f8ae authored by Jérome Perrin's avatar Jérome Perrin

remove dead code

parent 643f9163
......@@ -887,7 +887,6 @@ class TestPackingListMixin(TestOrderMixin):
for line in packing_list.objectValues(
portal_type=self.packing_list_line_portal_type):
resource = line.getResourceValue()
tmp_kw={'movement.resource_uid':resource.getUid()}
container_line = \
container.newContent(portal_type=self.container_line_portal_type)
container_line.setResourceValue(resource)
......
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