diff options
-rw-r--r-- | doc/ledger3.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 45afe1ae..dd697384 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3103,6 +3103,13 @@ 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, due to a bug: +@url{https://github.com/ledger/ledger/issues/556}. + @node Metadata values, Typed metadata, Metadata tags, Metadata @subsection Metadata values |