adamsaghy commented on code in PR #4785:
URL: https://github.com/apache/fineract/pull/4785#discussion_r2157286791
##########
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:
We should not create automatically owner if it was not existing...
--
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]