Saifulhuq01 commented on code in PR #5438:
URL: https://github.com/apache/fineract/pull/5438#discussion_r2792699344
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/service/LoanScheduleAssembler.java:
##########
@@ -314,8 +314,10 @@ private LoanApplicationTerms
assembleLoanApplicationTermsFrom(final JsonElement
calculatedRepaymentsStartingFromDate =
deriveFirstRepaymentDate(loanType, repaymentEvery, expectedDisbursementDate,
repaymentPeriodFrequencyType,
loanProduct.getMinimumDaysBetweenDisbursalAndFirstRepayment(), calendar,
submittedOnDate,
repaymentStartDateType);
- // If calculated repayment start date does not match due to
minimum days between disbursal and first
- // repayment rule, we set repaymentsStartingFromDate (which will
be used as seed date later)
+ // If calculated repayment start date does not match due to
minimum days between
+ // disbursal and first
+ // repayment rule, we set repaymentsStartingFromDate (which will
be used as seed
+ // date later)
Review Comment:
> unnecessary change
Understood. I have reverted the formatting changes and removed the
meta-comments to keep the diff minimal and focused strictly on the logic extract
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]