adamsaghy commented on code in PR #4785:
URL: https://github.com/apache/fineract/pull/4785#discussion_r2160481795
##########
fineract-provider/src/main/java/org/apache/fineract/accounting/journalentry/service/JournalEntryWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -131,6 +140,15 @@ public CommandProcessingResult createJournalEntry(final
JsonCommand command) {
final String transactionId = generateTransactionId(officeId);
final String referenceNumber =
command.stringValueOfParameterNamed(JournalEntryJsonInputParams.REFERENCE_NUMBER.getValue());
+ ExternalAssetOwner externalAssetOwner = null;
Review Comment:
@alberto-art3ch Please fix this!
--
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]