Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix no_checksum for EAN13 #224

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Fix no_checksum for EAN13 #224

merged 1 commit into from
Apr 8, 2024

Conversation

WhyNotHugo
Copy link
Owner

The ean variable was shadowed early, so a custom 13th digit was lost when ignoring checksums.

Fixes: #43

The `ean` variable was shadowed early, so a custom 13th digit was lost
when ignoring checksums.

Fixes: #43
@WhyNotHugo WhyNotHugo force-pushed the fix-ean-no-checksum branch from 6f9608a to 14146d2 Compare April 8, 2024 14:38
@WhyNotHugo WhyNotHugo merged commit 06eb1a7 into main Apr 8, 2024
26 checks passed
@WhyNotHugo WhyNotHugo deleted the fix-ean-no-checksum branch April 8, 2024 15:16
@darixsamani
Copy link

I tried it and it works very well.

@darixsamani
Copy link

this generates a bar code but the bar code scanner does not work

@WhyNotHugo
Copy link
Owner Author

What do you mean by "does not work"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unwanted behaviour of the no_checksum option for EuropeanArticleNumber13
2 participants