mariiaKraievska commented on code in PR #6117:
URL: https://github.com/apache/fineract/pull/6117#discussion_r3620936441


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanWritePlatformServiceImpl.java:
##########
@@ -691,9 +695,46 @@ private CommandProcessingResult 
makeRepaymentLikeTransaction(final Long loanId,
                 transactionDate, classification, txnExternalId);
         this.transactionRepository.saveAndFlush(transaction);
 
-        final WorkingCapitalLoanTransactionAllocation allocation = 
transactionProcessor.processRepaymentLikeTransaction(loan, transaction,
-                transactionType, transactionDate, transactionAmount);
+        final WorkingCapitalLoanBalance balance = 
this.balanceRepository.findByWcLoan_Id(loan.getId())

Review Comment:
   I returned back Mark`s code. I guess it was some sort of mistake during 
resolving conflicts (@alberto-art3ch please correct me if I`m wrong). Please 
re-review the PR with the latest changes



-- 
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