JebronLames32 commented on code in PR #4546:
URL: https://github.com/apache/fineract/pull/4546#discussion_r2038299028


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/SavingsApplicationProcessWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -168,7 +168,7 @@ public CommandProcessingResult submitApplication(final 
JsonCommand command) {
 
                     Group group = 
this.groupRepositoryWrapper.findOneWithNotFoundDetection(groupId);
 
-                    if 
(command.booleanObjectValueOfParameterNamed("isParentAccount") != null) {
+                    if 
(command.booleanObjectValueOfParameterNamed("isParentAccount")) {

Review Comment:
   I do realise that I should make a better change here. Making the changes to 
also consider the case where `isParentAccount` is evaluating to null



-- 
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