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


##########
fineract-core/src/main/java/org/apache/fineract/portfolio/account/data/PortfolioAccountData.java:
##########
@@ -69,6 +70,7 @@ public PortfolioAccountData(final Long id, final String 
accountNo, final String
         this.amtForTransfer = null;
     }
 
+    @JsonIgnore
     public String getCurrencyCode() {

Review Comment:
   I think we can refactor and remove this method... it is used only a couple 
places, but can use `getCurrency().getCode()` instead.



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