This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 230deef1b8312c42f499a7f5555453cf67d4bfa3 Merge: 2053c1d1b0 09113aa61a Author: Adam Saghy <[email protected]> AuthorDate: Thu Mar 26 13:18:26 2026 +0000 Merge pull request #5698 Revert "FINERACT-2305: Remove accrual transactions for None and Cash accounti…" .../resources/features/LoanChargeOff-Part3.feature | 2 + .../features/LoanChargesDisbursement.feature | 4 + .../features/LoanChargesProgressiveLoan.feature | 4 + .../portfolio/loanaccount/domain/Loan.java | 5 + ...dvancedPaymentScheduleTransactionProcessor.java | 3 - ...cedPaymentScheduleTransactionProcessorTest.java | 2 + .../service/LoanAccrualsProcessingServiceImpl.java | 2 +- .../LoanChargeWritePlatformServiceImpl.java | 6 +- .../service/LoanDisbursementService.java | 6 +- .../LoanWritePlatformServiceJpaRepositoryImpl.java | 6 +- .../fineract/integrationtests/BatchApiTest.java | 12 +- ...DueDateRespectiveLoanRepaymentScheduleTest.java | 532 ++++++++++++++------- ...nsactionOnDisbursementByAccountingTypeTest.java | 184 ------- .../LoanTransactionReverseReplayTest.java | 8 + .../integrationtests/SchedulerJobsTestResults.java | 10 + 15 files changed, 404 insertions(+), 382 deletions(-)
