BLasan commented on a change in pull request #1811:
URL: https://github.com/apache/fineract/pull/1811#discussion_r748741954
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanReadPlatformServiceImpl.java
##########
@@ -681,7 +691,9 @@ public String loanSchema() {
+ " left join ref_loan_transaction_processing_strategy lps
on lps.id = l.loan_transaction_strategy_id"
+ " left join m_product_loan_variable_installment_config
lpvi on lpvi.loan_product_id = l.product_id"
+ " left join m_loan_topup as topup on l.id =
topup.loan_id"
- + " left join m_loan as topuploan on topuploan.id =
topup.closure_loan_id";
+ + " left join m_loan as topuploan on topuploan.id =
topup.closure_loan_id"
+
Review comment:
Here too
--
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]