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