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 2e89c40e6 FINERACT-2081: Refactor GL account balance calculation
add 240a6dffc FINERACT-2081: Enable inline COB execution for locked loans
No new revisions were added by this update.
Summary of changes:
.../test/stepdef/common/BatchApiStepDef.java | 38 ++++++++++++
.../test/resources/features/LoanReschedule.feature | 27 +++++++-
.../cob/domain/LoanAccountLockRepository.java | 2 +
.../cob/service/LoanAccountLockService.java | 2 +
.../cob/service/LoanAccountLockServiceImpl.java | 6 ++
.../jobs/filter/LoanCOBFilterHelper.java | 12 +++-
...PaymentAllocationLoanRepaymentScheduleTest.java | 71 ++++++++++++++++++++++
.../integrationtests/BaseLoanIntegrationTest.java | 4 ++
.../common/loans/LoanTransactionHelper.java | 5 ++
9 files changed, 163 insertions(+), 4 deletions(-)