Post/CalculateWithChangeIRR: disable nextInterestColumn.PostCheck
This commit is contained in:
parent
1edd6e8a1a
commit
f2c9a20d0c
@ -133,7 +133,7 @@ public static partial class CalculateManager
|
||||
|
||||
var nextInterestColumn = new InterestColumn(nextCashflowMSFOForNIColumn.Values.Length);
|
||||
nextInterestColumn.ComputeValues(nextNIColumn, nextIRRGrColumn);
|
||||
nextInterestColumn.PostCheck(nextSumColumn, nextDateColumn, nextCashflowMSFOColumn.Dates);
|
||||
// nextInterestColumn.PostCheck(nextSumColumn, nextDateColumn, nextCashflowMSFOColumn.Dates);
|
||||
|
||||
var nextSumCurrentColumn = new SumCurrentColumn(preparedValues.Nmper.Next + 1);
|
||||
nextSumCurrentColumn.ComputeValues(nextSumWithVATColumn);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user