adamsaghy commented on code in PR #2783:
URL: https://github.com/apache/fineract/pull/2783#discussion_r1045871843
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanReadPlatformServiceImpl.java:
##########
@@ -1485,7 +1486,7 @@ public LoanAccountData
retrieveClientDetailsTemplate(final Long clientId) {
final LocalDate expectedDisbursementDate =
DateUtils.getBusinessLocalDate();
return LoanAccountData.clientDefaults(clientAccount.getId(),
clientAccount.getAccountNo(), clientAccount.getDisplayName(),
- clientAccount.getOfficeId(), clientAccount.getExternalId(),
expectedDisbursementDate);
+ clientAccount.getOfficeId(),
clientAccount.getExternalId().getValue(), expectedDisbursementDate);
Review Comment:
@josehernandezfintecheandomx
Please use the ExternalId object here and modify the
`LoanAccountData.clientExternalId` to be ExternalId type.
--
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]