For EAN13 the 13th number should be generated and attached to the barcode. currently, it shows '>' symbol which is wrong.

Comments

Anas_maw created an issue. See original summary.

anas_maw’s picture

Status: Active » Needs review
StatusFileSize
new2 KB

Here 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.

anas_maw’s picture

Also, 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.

  • sanduhrs committed 55ef8de on 8.x-1.x authored by Anas_maw
    Issue #3022641 by Anas_maw, sanduhrs: EAN13 extended code not shown
    
sanduhrs’s picture

Status: Needs review » Fixed

Committed, thanks for contributing!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.