From d2a1c4f6ca1f0e706d09d01bb33929831554e73b Mon Sep 17 00:00:00 2001 From: Eileen McNaughton <emcnaughton@wikimedia.org> Date: Sat, 26 Oct 2019 09:32:38 +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 6873856a..5462e441 100644 --- a/docs/financial/financialentities.md +++ b/docs/financial/financialentities.md @@ -73,7 +73,7 @@ When a payment is made it might either pay off the line items, or a specific lin status is updated to Paid and an EntityFinancialTrxn record is created in the civicrm_entity_financial_trxn table linking the line item to the payment and specifying the amount paid. -If the line item is paid in part then the status is not updated and the EntityFinancialTrxn table specifies the portion +If the line item is paid in part then the status is not updated and the `EntityFinancialTrxn` record specifies the portion of the line item that has been paid by that payment. If the line items change then the items financial items have to be updated. Generally the rule is to alter the zero out the -- GitLab