diff options
author | Scott Carpenter <scottc@movingtofreedom.org> | 2018-08-02 07:36:36 -0500 |
---|---|---|
committer | Scott Carpenter <scottc@movingtofreedom.org> | 2018-08-02 07:36:36 -0500 |
commit | 6e72c36eed180379efe39513f7b289ab7a78e290 (patch) | |
tree | 8a6e1aad6ad40b564cf99df5a1b6fb0657cea2d3 | |
parent | bdeddff2876c82e3cb1bc5d9875ea14248c431b5 (diff) | |
download | fork-ledger-6e72c36eed180379efe39513f7b289ab7a78e290.tar.gz fork-ledger-6e72c36eed180379efe39513f7b289ab7a78e290.tar.bz2 fork-ledger-6e72c36eed180379efe39513f7b289ab7a78e290.zip |
Add notes to 5.7.1.1 Payee metadata tag doc
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 45afe1ae..35528e62 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3103,6 +3103,10 @@ it appears as: 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. + @node Metadata values, Typed metadata, Metadata tags, Metadata @subsection Metadata values |