You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ad...@apache.org on 2023/02/13 22:43:18 UTC

[fineract] branch develop updated (521aec47e -> 0d7c93177)

This is an automated email from the ASF dual-hosted git repository.

adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


    from 521aec47e FINERACT-1724: Fix reverse-replayed transactions order
     add 0d7c93177 FINERACT-1885 - Fix Actual Maturity when Loan reopen - [x] Fix actual maturity date - [x] Added to actual maturity date to the timeline too - [x] Integration test

No new revisions were added by this update.

Summary of changes:
 ...etailsReadPlatformServiceJpaRepositoryImpl.java |  9 ++--
 .../loanaccount/api/LoansApiResourceSwagger.java   |  2 +
 .../data/LoanApplicationTimelineData.java          |  9 ++--
 .../portfolio/loanaccount/domain/Loan.java         |  6 +++
 .../service/LoanReadPlatformServiceImpl.java       |  7 +--
 .../LoanStatusChangePlatformServiceImpl.java       |  3 ++
 .../ClientLoanIntegrationTest.java                 | 58 ++++++++++++++++++++++
 7 files changed, 84 insertions(+), 10 deletions(-)