wkigenyi commented on code in PR #3881:
URL: https://github.com/apache/fineract/pull/3881#discussion_r1798053187


##########
fineract-provider/src/main/java/org/apache/fineract/organisation/teller/service/TellerManagementReadPlatformServiceImpl.java:
##########
@@ -801,8 +791,8 @@ public String cashierTxnSummarySchema() {
             sqlBuilder.append(" or acnttrans.to_loan_transaction_id = 
loan_txn.id) ");
             sqlBuilder.append("    where loan_txn.is_reversed = false and c.id 
= ? ");
             sqlBuilder.append(" and loan.currency_code = ? ");
-            sqlBuilder.append("    and o.hierarchy like ? ");
-            sqlBuilder.append("    and loan_txn.transaction_date between 
c.start_date and date_add(c.end_date, interval 1 day) ");
+            //sqlBuilder.append("    and o.hierarchy like ? ");

Review Comment:
   Same reason as above



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