web: fix a compilation breakage from balance assertions work
This commit is contained in:
parent
4721bfce42
commit
207fd06a6f
@ -67,8 +67,8 @@ handleAdd = do
|
|||||||
tdate=parsedate date
|
tdate=parsedate date
|
||||||
,tdescription=desc
|
,tdescription=desc
|
||||||
,tpostings=[
|
,tpostings=[
|
||||||
Posting Nothing Nothing False acct1 (mixed amt1) "" RegularPosting [] Nothing
|
nullposting{paccount=acct1, pamount=mixed amt1}
|
||||||
,Posting Nothing Nothing False acct2 (mixed amt2) "" RegularPosting [] Nothing
|
,nullposting{paccount=acct2, pamount=mixed amt2}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
-- display errors or add transaction
|
-- display errors or add transaction
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user