docs: wording

This commit is contained in:
Simon Michael 2009-12-19 03:09:55 +00:00
parent ec95b0723c
commit 59c199e1a8

View File

@ -140,7 +140,7 @@ data LedgerPosting = LedgerPosting {
lptnum :: Int, -- ^ internal transaction reference number lptnum :: Int, -- ^ internal transaction reference number
lpstatus :: Bool, -- ^ posting status lpstatus :: Bool, -- ^ posting status
lpdate :: Day, -- ^ transaction date lpdate :: Day, -- ^ transaction date
lpdescription :: String, -- ^ ledger transaction description lpdescription :: String, -- ^ transaction description
lpaccount :: AccountName, -- ^ posting account lpaccount :: AccountName, -- ^ posting account
lpamount :: MixedAmount, -- ^ posting amount lpamount :: MixedAmount, -- ^ posting amount
lptype :: PostingType -- ^ posting type lptype :: PostingType -- ^ posting type