changeset 200d98912817 in modules/sale:default
details: https://hg.tryton.org/modules/sale?cmd=changeset&node=200d98912817
description:
Fix reference to country region model
issue11669
diffstat:
doc/design.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 3144fd7d8485 -r 200d98912817 doc/design.rst
--- a/doc/design.rst Mon Sep 12 21:31:32 2022 +0200
+++ b/doc/design.rst Tue Sep 13 00:19:09 2022 +0200
@@ -209,7 +209,7 @@
The sales reporting that is done *By Region* shows sales based on where the
customer is located.
This is done by combining together in a tree structure the sales
-`By Regions <country:country.region>` which can be opened to the sales
+`By Regions <country:model-country.region>` which can be opened to the sales
`By Country <model-sale.reporting.country>` below which are the sales
`By Subdivision <model-sale.reporting.country.subdivision>`.