alberto-art3ch commented on code in PR #4314:
URL: https://github.com/apache/fineract/pull/4314#discussion_r1954574807
##########
fineract-core/src/main/java/org/apache/fineract/organisation/monetary/domain/MoneyHelper.java:
##########
@@ -33,7 +33,9 @@ public class MoneyHelper {
private static RoundingMode roundingMode = null;
private static MathContext mathContext;
- private static final int PRECISION = 12;
+ public static final int PRECISION = 12;
Review Comment:
Precisions were removed and I just change from 12 to 19
--
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]