adamsaghy commented on code in PR #4314:
URL: https://github.com/apache/fineract/pull/4314#discussion_r1948916127
##########
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:
Since we are storing in database bigdecimal values with precision of 19,
shouldnt we use the same at backend side everywhere?
--
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]