We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa2b1b commit 82dee02Copy full SHA for 82dee02
core/src/main/java/io/snabble/sdk/codes/EAN13.java
@@ -34,7 +34,7 @@ public EAN13(String code, String[] weighPrefixes, String[] pricePrefixes, String
34
}
35
36
37
- lookupCode = code.substring(0, 7) + "000000";
+ lookupCode = code.substring(0, 6) + "0000000";
38
embeddedData = Integer.parseInt(code.substring(7, 12));
39
40
0 commit comments