Commit 3a87c5f9 authored by Aurel's avatar Aurel

this step modify start date not stop date


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37733 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4c98e4bf
......@@ -589,7 +589,7 @@ class TestPackingListMixin(TestOrderMixin):
resource_list = sequence.get('resource_list')
for simulation_movement in simulation_movement_list:
simulation_movement.recordProperty('start_date')
simulation_movement.edit(stop_date=self.datetime+15)
simulation_movement.edit(start_date=self.datetime+15)
simulation_movement.expand()
def stepModifyOneSimulationLineStartDate(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