Using ZPL script, I have to generate a barcode with GS1-128 (formally known as Code 128, UCC/EAN 128).
The problem is, it is generating barcode but a number is not correct from the middle of the barcode.
^XA
^FO15,280
^BY3,2:1
^BCR,100,Y,Y,Y,D
^FD(01)90717497100536(3202)0090(11)210716(21)9000000014^FS
^XZ
But in output, it generates a barcode (01)90717497100535(3202)0090(11)210716(21)9000000014
535 instead of 536.
Any idea?