Aboya1417 commented on code in PR #3842:
URL: https://github.com/apache/fineract/pull/3842#discussion_r1543289876


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/accountdetails/service/AccountDetailsReadPlatformServiceJpaRepositoryImpl.java:
##########
@@ -474,6 +479,7 @@ public String loanAccountSummarySchema() {
                     .append(" l.charged_off_on_date as chargedOffOnDate, 
cobu.username as chargedOffByUsername, ")
                     .append(" cobu.firstname as chargedOffByFirstname, 
cobu.lastname as chargedOffByLastname ").append(" from m_loan l ")
                     .append("LEFT JOIN m_product_loan AS lp ON lp.id = 
l.product_id")
+                    .append(" join m_currency curr on curr.code = 
l.currency_code")

Review Comment:
   Done



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