adamsaghy commented on code in PR #3958:
URL: https://github.com/apache/fineract/pull/3958#discussion_r1665744647


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanTransactionAssembler.java:
##########
@@ -65,4 +65,28 @@ LoanTransaction assembleTransactionAndCalculateChanges(Loan 
loan, JsonCommand co
         return LoanTransaction.repaymentType(repaymentTransactionType, 
loan.getOffice(), repaymentAmount, paymentDetail, transactionDate,
                 txnExternalId, null);
     }
+
+    LoanTransaction assembleAccrualActivityTransactionAndCalculateChanges(Loan 
loan, JsonCommand command, Map<String, Object> changes) {

Review Comment:
   No needed this way. There will be no incoming command. The loan is needed 
and to calculate the balances.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@fineract.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to