only last digit in value 16.0.0 #3643
Answered
by
A380Coding
A380Coding
asked this question in
General
-
|
I updated to 16.0.0. and everything is ok. Raw value gets recognized correctly but value shows only the last digit |
Beta Was this translation helpful? Give feedback.
Answered by
A380Coding
Mar 17, 2025
Replies: 1 comment 8 replies
-
|
If found that in the default config it is called But setting it to false helped and the value is now correct. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
A380Coding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

If found that in the default config it is called
CheckDigitIncreaseConsistency
but in my config
main.CheckDigitIncreaseConsistency
and it gets changed to "main" again if I remove "main".
But setting it to false helped and the value is now correct.