You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by na...@apache.org on 2016/07/28 10:47:48 UTC

[1/2] incubator-fineract git commit: commit for FINERACT-45 (The getRejectedByUser method in the LoanRescheduleRequest entity class returns the wrong value.)

Repository: incubator-fineract
Updated Branches:
  refs/heads/develop 65df32c44 -> 95b30c5a7


commit for FINERACT-45 (The getRejectedByUser method in the LoanRescheduleRequest entity class returns the wrong value.)


Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/149c084d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/149c084d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/149c084d

Branch: refs/heads/develop
Commit: 149c084d1f07d9de7cc2af1e17cb8610ddeabbb1
Parents: 5ac0da0
Author: Emmanuel Nnaa <em...@musoni.eu>
Authored: Thu Jul 14 15:37:15 2016 +0200
Committer: Emmanuel Nnaa <em...@musoni.eu>
Committed: Thu Jul 14 15:37:15 2016 +0200

----------------------------------------------------------------------
 .../loanaccount/rescheduleloan/domain/LoanRescheduleRequest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/149c084d/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/rescheduleloan/domain/LoanRescheduleRequest.java
----------------------------------------------------------------------
diff --git a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/rescheduleloan/domain/LoanRescheduleRequest.java b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/rescheduleloan/domain/LoanRescheduleRequest.java
index 5ec4750..8893054 100644
--- a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/rescheduleloan/domain/LoanRescheduleRequest.java
+++ b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/rescheduleloan/domain/LoanRescheduleRequest.java
@@ -312,7 +312,7 @@ public class LoanRescheduleRequest extends AbstractPersistable<Long> {
 	 * @return the user that rejected the request 
 	 **/
 	public AppUser getRejectedByUser() {
-		return this.approvedByUser;
+		return this.rejectedByUser;
 	}
 	
 	/** 


[2/2] incubator-fineract git commit: Merge branch 'FINERACT-45' into develop

Posted by na...@apache.org.
Merge branch 'FINERACT-45' into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/95b30c5a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/95b30c5a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/95b30c5a

Branch: refs/heads/develop
Commit: 95b30c5a7f14aacd19c9b7f2c0b95172832d1249
Parents: 65df32c 149c084
Author: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Authored: Thu Jul 28 16:14:47 2016 +0530
Committer: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Committed: Thu Jul 28 16:14:47 2016 +0530

----------------------------------------------------------------------
 .../loanaccount/rescheduleloan/domain/LoanRescheduleRequest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------