mariiaKraievska commented on code in PR #5828: URL: https://github.com/apache/fineract/pull/5828#discussion_r3201442018
########## fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/Loan.java: ########## @@ -79,7 +79,6 @@ import org.apache.fineract.portfolio.loanproduct.domain.LoanProduct; import org.apache.fineract.portfolio.loanproduct.domain.LoanProductRelatedDetail; import org.apache.fineract.portfolio.loanproduct.domain.LoanSupportedInterestRefundTypes; -import org.apache.fineract.portfolio.loanproduct.domain.RepaymentStartDateType; Review Comment: The import was removed because RepaymentStartDateType is no longer declared as its own field on Loan. It now lives on the embedded LoanProductRelatedDetail, same as other loan terms that are shared with the product side. The ticket asked to align this with other shared product/loan fields. -- 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]
