Commit ff1be319 authored by Romain Courteaud's avatar Romain Courteaud

Check aggregate relation in isDivergent.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6353 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb5c6b51
......@@ -454,6 +454,7 @@ class SimulationMovement(Movement):
self.getResource() != delivery.getResource() or \
self.getVariationCategoryList() != delivery.getVariationCategoryList()\
or \
self.getAggregateList() != delivery.getAggregateList() or \
self.getStartDate() != delivery.getStartDate() or \
self.getStopDate() != delivery.getStopDate():
# for method in ["getSourceSection",
......
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