Commit 1ac19f53 authored by Vincent Pelletier's avatar Vincent Pelletier

invoicing: Only set original invoice as causality.

parent 10d5d6ad
......@@ -86,7 +86,7 @@ reverse_invoice = context.getParentValue().newContent(\n
)\n
# Separate edit to have stable outcome WRT category_list\n
reverse_invoice.edit(\n
causality_value_list=context.getCausalityValueList() + [context],\n
causality_value=context,\n
specialise_list=context.getSpecialiseList(),\n
price_currency_list=context.getPriceCurrencyList(),\n
resource_list=context.getResourceList(),\n
......
392
\ No newline at end of file
393
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