You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by sh...@apache.org on 2018/11/13 05:30:37 UTC

[fineract] branch develop updated (00b973f -> e486e80)

This is an automated email from the ASF dual-hosted git repository.

shruthirajaram pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.


    from 00b973f  Merge pull request #489 from ShruthiRajaram/FINERACT-659
     add 2a772b1  FINERACT-656 and FINERACT-655 unable to import client via bulk import when address is enabled
     new e486e80  Merge pull request #488 from ShruthiRajaram/FINERACT--656

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../client/ClientEntityImportHandler.java          | 23 ++++---
 .../client/ClientPersonImportHandler.java          | 26 +++++---
 .../portfolio/address/data/AddressData.java        |  2 +
 .../service/AddressWritePlatformServiceImpl.java   | 70 +++++++++++-----------
 .../fineract/portfolio/client/data/ClientData.java | 19 +++---
 .../portfolio/client/data/ClientDataValidator.java | 16 ++++-
 .../service/ClientReadPlatformServiceImpl.java     | 15 ++---
 7 files changed, 102 insertions(+), 69 deletions(-)


[fineract] 01/01: Merge pull request #488 from ShruthiRajaram/FINERACT--656

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shruthirajaram pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit e486e804067052bf1ae985424bc929ad35b9acea
Merge: 00b973f 2a772b1
Author: ShruthiRajaram <sh...@confluxtechnologies.com>
AuthorDate: Tue Nov 13 11:00:32 2018 +0530

    Merge pull request #488 from ShruthiRajaram/FINERACT--656
    
    FINERACT-656 and FINERACT-655 unable to import client via bulk import…

 .../client/ClientEntityImportHandler.java          | 23 ++++---
 .../client/ClientPersonImportHandler.java          | 26 +++++---
 .../portfolio/address/data/AddressData.java        |  2 +
 .../service/AddressWritePlatformServiceImpl.java   | 70 +++++++++++-----------
 .../fineract/portfolio/client/data/ClientData.java | 19 +++---
 .../portfolio/client/data/ClientDataValidator.java | 16 ++++-
 .../service/ClientReadPlatformServiceImpl.java     | 15 ++---
 7 files changed, 102 insertions(+), 69 deletions(-)