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


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloanproduct/service/WorkingCapitalLoanProductWritePlatformServiceImpl.java:
##########
@@ -145,10 +148,9 @@ public CommandProcessingResult 
deleteWorkingCapitalLoanProduct(final Long produc
         final WorkingCapitalLoanProduct product = 
this.repository.findById(productId)
                 .orElseThrow(() -> new 
WorkingCapitalLoanProductNotFoundException(productId));
 
-        // TODO: Check if product is used in any loans (when Working Capital 
Loan entity is created)

Review Comment:
   Do we need this?



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