Skip to content

Commit

Permalink
Calculation date fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pallvigrover committed Feb 21, 2024
1 parent d309780 commit 4ed06f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public async Task<bool> Calculate()
GrandTotal_PF = TotalParentFees,

//Calculation Date
//NewCalculationDate = DateTime.UtcNow
NewCalculationDate = DateTime.UtcNow
};

_fundingResult = FundingResult.AutoCalculated(_funding.ofm_funding_number, fundingAmounts, null);
Expand Down

0 comments on commit 4ed06f9

Please sign in to comment.