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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/adjustment/LoanAdjustmentServiceImpl.java:
##########
@@ -249,18 +245,6 @@ public CommandProcessingResult adjustLoanTransaction(Loan 
loan, LoanTransaction
             this.noteRepository.save(note);
         }
 
-        Collection<Long> transactionIds = new ArrayList<>();

Review Comment:
   I’m answering before anyone asks, just in case. :) 
   
   1. This feature was removed because it randomly reverted “Refund” 
transaction and the account transfer whenever any other transaction was 
reverted, which was undesirable.
   2. It was circumventing the restriction by now allowing the direct reverting 
of a transaction that is involved in an account transfer.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to