Merge branch 'glms/feature/1.4.2_0808' into glms/feature/1.4.2
This commit is contained in:
@@ -369,7 +369,7 @@ namespace YLErp.Modules.SwapModule
|
||||
{
|
||||
interestStart = td.StartDate.Value;
|
||||
var exerciseDate = td.ExerciseDate.Value;
|
||||
interestEnd = valueDate> exerciseDate? exerciseDate : valueDate;
|
||||
interestEnd = valueDate > exerciseDate ? exerciseDate : valueDate;
|
||||
bool calcFirst = true;
|
||||
bool calcLast = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user