taskain7 commented on code in PR #3100:
URL: https://github.com/apache/fineract/pull/3100#discussion_r1156620250
##########
fineract-provider/src/main/java/org/apache/fineract/accounting/journalentry/service/AccountingProcessorHelper.java:
##########
@@ -786,7 +787,7 @@ public Office getOfficeById(final long officeId) {
return this.officeRepository.getReferenceById(officeId);
}
- private void createCreditJournalEntryOrReversalForLoan(final Office
office, final String currencyCode, final int accountMappingTypeId,
+ public void createCreditJournalEntryOrReversalForLoan(final Office office,
final String currencyCode, final int accountMappingTypeId,
Review Comment:
reworked it, I'm using the public one with the `AccrualAccountsForLoan`
parameter 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]