Repository: incubator-fineract
Updated Branches:
  refs/heads/develop 580840c35 -> 73f8d5eba


addressModuleFix


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

Branch: refs/heads/develop
Commit: 48c8cf994a6101f1b0c349624e79207b2ed403a7
Parents: 580840c
Author: nikpawar89 <nikhilpa...@yahoo.in>
Authored: Tue Nov 8 00:36:31 2016 -0600
Committer: nikpawar89 <nikhilpa...@yahoo.in>
Committed: Tue Nov 8 00:36:31 2016 -0600

----------------------------------------------------------------------
 .../portfolio/address/service/AddressReadPlatformServiceImpl.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/48c8cf99/fineract-provider/src/main/java/org/apache/fineract/portfolio/address/service/AddressReadPlatformServiceImpl.java
----------------------------------------------------------------------
diff --git 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/address/service/AddressReadPlatformServiceImpl.java
 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/address/service/AddressReadPlatformServiceImpl.java
index dc88318..ccc1425 100644
--- 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/address/service/AddressReadPlatformServiceImpl.java
+++ 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/address/service/AddressReadPlatformServiceImpl.java
@@ -236,7 +236,7 @@ public class AddressReadPlatformServiceImpl implements 
AddressReadPlatformServic
                final List<CodeValueData> countryoptions = new ArrayList<>(
                                
this.readService.retrieveCodeValuesByCode("COUNTRY"));
 
-               final List<CodeValueData> StateOptions = new 
ArrayList<>(this.readService.retrieveCodeValuesByCode("STATES"));
+               final List<CodeValueData> StateOptions = new 
ArrayList<>(this.readService.retrieveCodeValuesByCode("STATE"));
 
                final List<CodeValueData> addressTypeOptions = new ArrayList<>(
                                
this.readService.retrieveCodeValuesByCode("ADDRESS_TYPE"));

Reply via email to