JohnAlva commented on code in PR #4825:
URL: https://github.com/apache/fineract/pull/4825#discussion_r2192970822
##########
fineract-provider/src/main/java/org/apache/fineract/commands/service/AuditReadPlatformServiceImpl.java:
##########
@@ -158,13 +159,14 @@ public AuditData mapRow(final ResultSet rs,
@SuppressWarnings("unused") final in
final String clientName = rs.getString("clientName");
final String loanAccountNo = rs.getString("loanAccountNo");
final String savingsAccountNo = rs.getString("savingsAccountNo");
+ final String ip = (rs.getString("ip") != null) ?
rs.getString("ip") : "SN/IP";
Review Comment:
I've changed it to 'NO IP' for better understanding
--
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]