Commit 810c8b04 authored by Łukasz Nowak's avatar Łukasz Nowak

- save found movements in sequence, they might be used in other checks

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22034 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8ad65236
......@@ -510,6 +510,14 @@ class TestProductionOrderMixin(TestOrderMixin):
(supply_organisation1, 'getSourceValue'),
(supply_organisation1, 'getSourceSectionValue')))
self.assertEquals(0, len(supply_movement.objectValues()))
sequence.edit(
produced_movement = produced_movement,
operation_movement = operation_movement,
component_movement = component_movement,
supply_movement = supply_movement,
produced_delivery_movement = related_simulation_movement,
)
def stepCreateProductionOrganisation2(self, sequence=None,
sequence_list=None, **kw):
......
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