diff options
author | Diogo Trentini <diogotrentini@gmail.com> | 2020-09-16 22:38:01 -0300 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2021-02-02 17:45:10 +0800 |
commit | 5560b0c40f3986704df25095fcc485bcc1de9e5b (patch) | |
tree | f61df53eea9a57da82717409c89b1309f09ecd32 /doc | |
parent | ebd2d8dd0865ef41d1931c5304cb42ee1b312cb7 (diff) | |
download | fork-ledger-5560b0c40f3986704df25095fcc485bcc1de9e5b.tar.gz fork-ledger-5560b0c40f3986704df25095fcc485bcc1de9e5b.tar.bz2 fork-ledger-5560b0c40f3986704df25095fcc485bcc1de9e5b.zip |
Fix issues related to payees declared on posting's metadata
Payees declared on posting's metadata are now validated with `--check-payees`
option. Also, their aliases are now considered on reports as well.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index ab034d95..98cb24d5 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3104,10 +3104,6 @@ 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, due to a bug: -@url{https://github.com/ledger/ledger/issues/556}. - @node Metadata values, Typed metadata, Metadata tags, Metadata @subsection Metadata values |