Commit ac35565c authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Your Name

builder: Add extra properties to movement

parent c5256749
...@@ -401,6 +401,10 @@ class BuilderMixin(XMLObject, Amount, Predicate): ...@@ -401,6 +401,10 @@ class BuilderMixin(XMLObject, Amount, Predicate):
start_date=start_date, start_date=start_date,
stop_date=stop_date, stop_date=stop_date,
reference=resource_value.getReference(), reference=resource_value.getReference(),
source_reference=supply.getSourceReference(),
destination_reference=supply.getDestinationReference(),
source_trade=supply.getSourceTrade(),
destination_trade=supply.getDestinationTrade(),
) )
return movement return movement
......
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