GitHub user nikpawar89 opened a pull request:
https://github.com/apache/incubator-fineract/pull/271
addressModuleNullPointerFix
This is a fix for a bug in address module. The address module throws a null
pointer exception when the user creates a new client and puts in the address
without activating it ( keeping the enable check box as unchecked). Now the
code assumes that the address is not active by default and only checks for
value if the parameter has one.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nikpawar89/incubator-fineract
addressModuleNullPointerFix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-fineract/pull/271.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #271
----
commit b8d8c452cc920d6c08d7c2a4cebfe785d0e91423
Author: nikpawar89 <[email protected]>
Date: 2017-01-02T22:54:47Z
addressModuleFix
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---