From dbe8638ba227aa43f79141b3c7ec40ec319afbab Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 12 Nov 2019 13:24:59 -0800 Subject: [PATCH] ;csv: doc: remove currencyN/amount limitation (#1113) [ci skip] --- hledger-lib/hledger_csv.m4.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hledger-lib/hledger_csv.m4.md b/hledger-lib/hledger_csv.m4.md index b23e291ee..1d77a4cf7 100644 --- a/hledger-lib/hledger_csv.m4.md +++ b/hledger-lib/hledger_csv.m4.md @@ -716,9 +716,7 @@ If the currency is provided as a separate CSV field, you can either: between symbol and amount (an exception to the usual whitespace stripping). -- or assign it to `currencyN` which adds it to the amount set with - `amountN` only. (Note: does not affect amounts set with `amount`, - currently). +- or assign it to `currencyN` which adds it to posting N's amount only. - or for more control, construct the amount from symbol and quantity using field assignment, eg: