This is an automated email from the ASF dual-hosted git repository.
arnold pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 6bbc4bd3f3 FINERACT-2330: Buy-Down fees Accounting for non merchant
product
add 18d6a7cf69 FINERACT-2326: Missing user permission for Capitalized
Income and Buydown fee
No new revisions were added by this update.
Summary of changes:
.../commands/service/CommandWrapperBuilder.java | 8 +-
...anApprovedAmountModificationCommandHandler.java | 2 +-
.../ManualInterestRefundCommandHandler.java | 2 +-
.../db/changelog/tenant/changelog-tenant.xml | 1 +
.../tenant/parts/0194_fix_missing_permission.xml | 568 +++++++++++++++++++++
.../integrationtests/BaseLoanIntegrationTest.java | 87 ++++
.../integrationtests/UserLoanPermissionTest.java | 154 ++++++
7 files changed, 816 insertions(+), 6 deletions(-)
create mode 100644
fineract-provider/src/main/resources/db/changelog/tenant/parts/0194_fix_missing_permission.xml
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/UserLoanPermissionTest.java