Skip to content

Commit

Permalink
Merge pull request #687 from tarun0/fix678
Browse files Browse the repository at this point in the history
fix 678: Unable to create client
  • Loading branch information
therajanmaurya authored Jun 26, 2017
2 parents cc876f6 + 11f6b99 commit 1e04d68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ public void onClickSubmitButton() {
fragmentTransaction.addToBackStack(FragmentConstants.DATA_TABLE_LIST);
fragmentTransaction.replace(R.id.container, fragment).commit();
} else {
clientPayload.setDatatables(null);
createNewClientPresenter.createClient(clientPayload);
}
}
Expand Down

0 comments on commit 1e04d68

Please sign in to comment.