adamsaghy commented on code in PR #2758:
URL: https://github.com/apache/fineract/pull/2758#discussion_r1031775599
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/account/service/AccountTransfersWritePlatformServiceImpl.java:
##########
@@ -193,9 +177,9 @@ toLoanAccount, new CommandProcessingResultBuilder(),
transactionDate, transactio
fromLoanAccountId =
command.longValueOfParameterNamed(fromAccountIdParamName);
final Loan fromLoanAccount =
this.loanAccountAssembler.assembleFrom(fromLoanAccountId);
-
+ ExternalId externalId = externalIdFactory.fromString(null);
Review Comment:
its either empty or generate a new uuid, based on configuration
--
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]