adamsaghy commented on code in PR #4442:
URL: https://github.com/apache/fineract/pull/4442#discussion_r1995521083


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/bulkimport/importhandler/ImportHandlerUtils.java:
##########
@@ -317,7 +317,7 @@ public static Long getIdByName(Sheet sheet, String name) {
                             return 0L;
                         }
                     } else {
-                        return 0L;
+                        return null;

Review Comment:
   is there a reason to change this?



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