fix BalanceView warning, get travis passing
This commit is contained in:
parent
71b7103e00
commit
c6eaf9abb3
@ -181,11 +181,3 @@ balanceviewReport BalanceView{..} CliOpts{reportopts_=ropts, rawopts_=raw} j = d
|
||||
_ -> id
|
||||
merging (Table hLeft hTop dat) (Table hLeft' _ dat') =
|
||||
Table (T.Group DoubleLine [hLeft, hLeft']) hTop (dat ++ dat')
|
||||
|
||||
|
||||
withoutBeginDate :: ReportOpts -> ReportOpts
|
||||
withoutBeginDate = id
|
||||
-- withoutBeginDate ropts@ReportOpts{..} = ropts{period_=p}
|
||||
-- where
|
||||
-- p = dateSpanAsPeriod $ DateSpan Nothing (periodEnd period_)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user