You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by "Edward Cable (JIRA)" <ji...@apache.org> on 2017/01/17 13:19:27 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 ]

Edward Cable updated FINERACT-80:
---------------------------------
    Issue Type: Improvement  (was: Bug)

> 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
>            Assignee: Markus Geiss
>              Labels: p2
>
> *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
(v6.3.4#6332)