Commit 87bcc2b9 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_mrp_change_managment: Remove useless line source of a bug.

parent 77be6d6e
......@@ -190,7 +190,6 @@ for template_transformation in template_transformation_list:
expected_dict = getExpectedTransformationTransformedResourceDict(transformation_change_list, template_transformation)
index = transformation_change_list.index(transformation_change) + 1
while index < len(transformation_change_list) and transformation_change_list[index].getEffectiveDate() == transformation_change.getEffectiveDate():
transformation_change = transformation_change_list[index]
index += 1
result_dict = {}
......
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