nikpawar89 commented on a change in pull request #738: GSIM and GLIM with test 
cases (FINERACT-603)
URL: https://github.com/apache/fineract/pull/738#discussion_r410984120
 
 

 ##########
 File path: 
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/SavingsAccountReadPlatformServiceImpl.java
 ##########
 @@ -789,7 +789,7 @@ public SavingsAccountTransactionsMapper() {
             sqlBuilder.append("tr.created_date as submittedOnDate,");
             sqlBuilder.append(" au.username as submittedByUsername, ");
             sqlBuilder.append(" nt.note as transactionNote, ") ;
-            sqlBuilder.append("tr.running_balance_derived as runningBalance, 
tr.is_reversed as reversed,");
+            sqlBuilder.append("tr.running_balance_derived as runningBalance, 
tr.is_reversed as reversed,tr.is_loan_disbursement as isLoanDisbursement,");
 
 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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to