mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;csv: doc: tweak (#1089)
This commit is contained in:
parent
8b97d31db4
commit
6e956fb62b
@ -942,8 +942,8 @@ amount %amt %cur
|
||||
expenses:unknown 123.00 USD
|
||||
income:unknown -123.00 USD
|
||||
```
|
||||
Note we used temporary field names `cur` (and `amt`) - not `currency`,
|
||||
since in this case we don't want to trigger that name's special effect.
|
||||
Note we used a temporary field name (`cur`) that is not `currency` -
|
||||
that would trigger the prepending effect, which we don't want here.
|
||||
|
||||
## Referencing other fields
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user