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

builder: Add extra properties to movement

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