From b08d95f49567a3f901e5bf51a3a1c9d60a874351 Mon Sep 17 00:00:00 2001 From: Jonathan <46810843+RamblingFiddler@users.noreply.github.com> Date: Mon, 20 Jan 2020 14:18:42 +0100 Subject: [PATCH] [FIX] accounting: correct a small mistake in Deferred Expenses and Deferred Revenues (#530) --- accounting/payables/supplier_bills/deferred_expenses.rst | 2 +- accounting/receivables/customer_invoices/deferred_revenues.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accounting/payables/supplier_bills/deferred_expenses.rst b/accounting/payables/supplier_bills/deferred_expenses.rst index bb07bc092..624d559fa 100644 --- a/accounting/payables/supplier_bills/deferred_expenses.rst +++ b/accounting/payables/supplier_bills/deferred_expenses.rst @@ -186,7 +186,7 @@ You have three choices for the **Automate Deferred Expense** field: .. tip:: You can, for example, select this account as the default **Expense Account** of a product to - fully automate its sale completely. (see: `Choose a different Expense Account for specific + fully automate its purchase. (see: `Choose a different Expense Account for specific products`_). .. seealso:: diff --git a/accounting/receivables/customer_invoices/deferred_revenues.rst b/accounting/receivables/customer_invoices/deferred_revenues.rst index 66ca40bc3..4ab3d7689 100644 --- a/accounting/receivables/customer_invoices/deferred_revenues.rst +++ b/accounting/receivables/customer_invoices/deferred_revenues.rst @@ -186,7 +186,7 @@ You have three choices for the **Automate Deferred Revenue** field: .. tip:: You can, for example, select this account as the default **Income Account** of a product to fully - automate its sale completely. (see: `Choose a different Income Account for specific products`_). + automate its sale. (see: `Choose a different Income Account for specific products`_). .. seealso:: * :doc:`../../others/configuration/account_type`