You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Awasum Yannick (Jira)" <ji...@apache.org> on 2020/03/02 20:06:00 UTC

[jira] [Updated] (FINERACT-80) Group loans not included in resultset returned by "LoanReadPlatformServiceImpl.retrieveAll" method

     [ https://issues.apache.org/jira/browse/FINERACT-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Awasum Yannick updated FINERACT-80:
-----------------------------------
    Labels: p2 starter  (was: p2)

> Group loans not included in resultset returned by "LoanReadPlatformServiceImpl.retrieveAll" method
> --------------------------------------------------------------------------------------------------
>
>                 Key: FINERACT-80
>                 URL: https://issues.apache.org/jira/browse/FINERACT-80
>             Project: Apache Fineract
>          Issue Type: Improvement
>            Reporter: Emmanuel Nnaa
>            Priority: Major
>              Labels: p2, starter
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> *Replace the following line:*
> {code}
> sqlBuilder.append(" join m_office o on o.id = c.office_id");
> {code}
> *with:*
> {code}
> sqlBuilder.append(" join m_office o on (o.id = c.office_id or o.id = g.office_id) ");
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)