FIX use actually gross amt
This commit is contained in:
parent
153b351eab
commit
4f44e37462
|
@ -323,7 +323,7 @@ insertIncome
|
|||
tax =
|
||||
allocateTax precision gross preDeductions scaler $
|
||||
flatTax ++ concatMap (selectAllos day) intTax
|
||||
aftertaxGross = sumAllos $ tax ++ pre
|
||||
aftertaxGross = gross - sumAllos (tax ++ pre)
|
||||
post =
|
||||
allocatePost precision aftertaxGross $
|
||||
flatPost ++ concatMap (selectAllos day) intPost
|
||||
|
|
Loading…
Reference in New Issue