BLasan commented on a change in pull request #1811:
URL: https://github.com/apache/fineract/pull/1811#discussion_r748741941
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanReadPlatformServiceImpl.java
##########
@@ -662,7 +667,12 @@ public String loanSchema() {
+ " lpvi.minimum_gap as minimuminstallmentgap,
lpvi.maximum_gap as maximuminstallmentgap, "
+ " lp.can_use_for_topup as canUseForTopup, " + "
l.is_topup as isTopup, " + " topup.closure_loan_id as closureLoanId, "
+ " l.total_recovered_derived as totalRecovered" + ",
topuploan.account_no as closureLoanAccountNo, "
- + " topup.topup_amount as topupAmount " + " from m_loan l"
//
+ + " topup.topup_amount as topupAmount, "
+
+ + " csc.id as scorecardId, csc.scorecard_scoring_method as
scoringMethod, csc.scorecard_scoring_model as scoringModel "
+
Review comment:
Unnecessary lines
--
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]