Commit 0c7254ff authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

builder mixin: Set Autoplanned movement to 0 independant of the dates

parent ba9fd655
...@@ -424,8 +424,8 @@ class BuilderMixin(XMLObject, Amount, Predicate): ...@@ -424,8 +424,8 @@ class BuilderMixin(XMLObject, Amount, Predicate):
#strict_source_section_uid=supply.getSourceSectionUid(), #strict_source_section_uid=supply.getSourceSectionUid(),
#strict_destination_uid=supply.getDestinationUid(), #strict_destination_uid=supply.getDestinationUid(),
#strict_destination_section_uid=supply.getDestinationSectionUid(), #strict_destination_section_uid=supply.getDestinationSectionUid(),
parent_delivery_start_date={'query': (supply.getStartDateRangeMin(), supply.getStartDateRangeMax()), #parent_delivery_start_date={'query': (supply.getStartDateRangeMin(), supply.getStartDateRangeMax()),
'range':"minmax"}, # 'range':"minmax"},
) )
#previous_movement_list= [] #previous_movement_list= []
for brain in previous_movement_list: for brain in previous_movement_list:
......
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