From 46c8d4267af2163db75cc9f9653d4ffcff67db76 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 8 Nov 2004 19:47:16 +0000 Subject: [PATCH] using ean128 instead of ean13 (more possibilities) --- barcodes/barcodesGenerator.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcodes/barcodesGenerator.pl b/barcodes/barcodesGenerator.pl index 808227d345..ba92f3e962 100755 --- a/barcodes/barcodesGenerator.pl +++ b/barcodes/barcodesGenerator.pl @@ -163,7 +163,7 @@ sub barcodesGenerator { my $codeC = &checksum($code); # Generate the corresponde barcode to $code my $barcode = $pdf->barcode(-font => $tr, # The font object to use - -type => 'ean13', # Standard of codification + -type => 'ean128', # Standard of codification -code => $codeC, # Text to codify -extn => '012345', # Barcode extension (if it is aplicable) -umzn => 10, # Top limit of the finished bar -- 2.20.1