You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by "Shaik Nazeer Hussain (JIRA)" <ji...@apache.org> on 2016/08/22 09:15:20 UTC

[jira] [Closed] (FINERACT-45) The "getRejectedByUser" method in the "LoanRescheduleRequest" entity class returns the wrong value.

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

Shaik Nazeer Hussain closed FINERACT-45.
----------------------------------------
    Resolution: Fixed
      Assignee: subramanyasn  (was: Markus Geiss)

Verified and working as expected

> The "getRejectedByUser" method in the "LoanRescheduleRequest" entity class returns the wrong value.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: FINERACT-45
>                 URL: https://issues.apache.org/jira/browse/FINERACT-45
>             Project: Apache Fineract
>          Issue Type: Bug
>            Reporter: Emmanuel Nnaa
>            Assignee: subramanyasn
>            Priority: Minor
>
> The "getRejectedByUser" method in the "LoanRescheduleRequest" entity class returns the "approvedByUser" property instead of the "rejectedByUser" property as value.
> change the following method:
> {code}
> public AppUser getRejectedByUser() {
> 	return this.approvedByUser;
> }
> {code}
> to:
> {code}
> public AppUser getRejectedByUser() {
> 	return this.rejectedByUser;
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)