web: fix a compilation breakage from balance assertions work

This commit is contained in:
Simon Michael 2013-05-30 14:45:30 -07:00
parent 4721bfce42
commit 207fd06a6f

View File

@ -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