You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FINERACT-2181: Rework "createMissingAccrualTransactionDuringChargeOffIfNeeded" to avoid flushing and triggering business event as part of Transaction processor
Copy file name to clipboardExpand all lines: fineract-core/src/main/java/org/apache/fineract/infrastructure/core/domain/AbstractAuditableWithUTCDateTimeCustom.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,11 @@ public abstract class AbstractAuditableWithUTCDateTimeCustom<T extends Serializa
Copy file name to clipboardExpand all lines: fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/ChangedTransactionDetail.java
Copy file name to clipboardExpand all lines: fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/transactionprocessor/AbstractLoanRepaymentScheduleTransactionProcessor.java
Copy file name to clipboardExpand all lines: fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/transactionprocessor/LoanRepaymentScheduleTransactionProcessor.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,10 @@ public interface LoanRepaymentScheduleTransactionProcessor {
39
39
/**
40
40
* Provides support for processing the latest transaction (which should be the latest transaction) against the loan
Copy file name to clipboardExpand all lines: fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/ReplayedTransactionBusinessEventServiceImpl.java
Copy file name to clipboardExpand all lines: fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/ReprocessLoanTransactionsService.java
0 commit comments