From 8471a5d233db222f8f99a2c0aaac524bed3dfe90 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton <emcnaughton@wikimedia.org> Date: Sat, 26 Oct 2019 09:33:23 +1300 Subject: [PATCH] Update docs/financial/financialentities.md Co-Authored-By: Mikey O'Toole <mikey@mjco.uk> --- docs/financial/financialentities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/financial/financialentities.md b/docs/financial/financialentities.md index fcaca08a..6fadfd1c 100644 --- a/docs/financial/financialentities.md +++ b/docs/financial/financialentities.md @@ -83,6 +83,6 @@ adjustment line items being created in these cases. The issue is that the civicr `entity_table + entity_id + contribution_id + price_field_value_id + price_field_id`. This means that if a line item with no `price_field_values` (i.e: a text / enter quantity line item) is altered it is not possible -to create a reversal line and a new line within the schema. The same problem occurs when changing a line item with price_field_values +to create a reversal line and a new line within the schema. The same problem occurs when changing a line item with `price_field_values` ***back*** to a `price_field_value` it previously held. In both these scenarios the work around is to have more than one *valid* `financial_item` against the resulting line item with an *adjustment* entry - i.e: an additional `financial_item`. -- GitLab