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


##########
fineract-core/src/main/java/org/apache/fineract/organisation/monetary/service/CurrencyReadPlatformServiceImpl.java:
##########
@@ -73,4 +73,11 @@ public String schema() {
             return " c.code as code, c.name as name, c.decimal_places as 
decimalPlaces,c.currency_multiplesof as inMultiplesOf, c.display_symbol as 
displaySymbol, c.internationalized_name_code as nameCode ";
         }
     }
+
+    @Override
+    public Boolean checkExistingCurrencyCode(String currencyCode) {

Review Comment:
   Repository exists specification would be nicer here...



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