diff options
author | Scott Carpenter <scottc@movingtofreedom.org> | 2018-08-08 19:36:27 -0500 |
---|---|---|
committer | Scott Carpenter <scottc@movingtofreedom.org> | 2018-08-08 19:36:27 -0500 |
commit | 464cfdfdaf62a97e862670d5798ba5630090e3b2 (patch) | |
tree | 20bd010dc760a4064b8501ddc277cd8403157b23 /doc | |
parent | 6e72c36eed180379efe39513f7b289ab7a78e290 (diff) | |
download | fork-ledger-464cfdfdaf62a97e862670d5798ba5630090e3b2.tar.gz fork-ledger-464cfdfdaf62a97e862670d5798ba5630090e3b2.tar.bz2 fork-ledger-464cfdfdaf62a97e862670d5798ba5630090e3b2.zip |
Mention and point to related bug for Payee metadata tag
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 35528e62..dd697384 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3104,8 +3104,11 @@ This shows that they are all in the same transaction (which is why the date is not repeated), but they have different payees now. If using the @option{--strict} or @option{--pedantic} options, you must -declare this tag to avoid warnings and errors. The payee name used with -the tag is not enforced by the @option{--check-payees} option. +declare this tag to avoid warnings and errors. + +The payee name used with the tag is not enforced by the +@option{--check-payees} option, due to a bug: +@url{https://github.com/ledger/ledger/issues/556}. @node Metadata values, Typed metadata, Metadata tags, Metadata @subsection Metadata values |