Commit 56e862ba authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

builder: Reference of order line is reference of resource line

parent 34db781e
...@@ -375,6 +375,7 @@ class BuilderMixin(XMLObject, Amount, Predicate): ...@@ -375,6 +375,7 @@ class BuilderMixin(XMLObject, Amount, Predicate):
quantity=quantity, quantity=quantity,
start_date=start_date, start_date=start_date,
stop_date=stop_date, stop_date=stop_date,
reference=resource_value.getReference(),
) )
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