Closed (fixed)
Project:
Barcodes
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2018 at 08:58 UTC
Updated:
15 Jun 2020 at 12:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
anas_maw commentedHere is a patch that solves the issue by adding extended_value instead of the value in EAN13 template, for most of the other types the extended value will be the same as the value.
Maybe we should replace this in all templates, for now, I did it only on EAN13 template.
Comment #3
anas_maw commentedAlso, we should change the description for EAN13, currently it says "Please Enter 13 numbers. Standard is EAN-13.", It should be "Please Enter 12 numbers. Standard is EAN-13." because the 13th number will be generated code. If you enter 13 number the barcode will breaks.
Comment #5
sanduhrsCommitted, thanks for contributing!