RamsesCamacho1171 commented on code in PR #4709:
URL: https://github.com/apache/fineract/pull/4709#discussion_r2114689163


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/client/service/ClientWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -315,7 +319,10 @@ public CommandProcessingResult createClient(final 
JsonCommand command) {
                 extractAndCreateClientNonPerson(newClient, command);
             }
 
-            if (isAddressEnabled) {
+            ObjectMapper mapper = new ObjectMapper();

Review Comment:
   Sorry, I forgot to close the other pull, but I already closed it and removed 
the change that seems to cause problems, it already passed the tests.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to