koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/barcodes barcodesGenerator.pl,1.3,1.4


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/barcodes barcodesGenerator.pl,1.3,1.4
Date: Mon, 08 Nov 2004 11:47:18 -0800

Update of /cvsroot/koha/koha/barcodes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12290/barcodes

Modified Files:
        barcodesGenerator.pl 
Log Message:
using ean128 instead of ean13 (more possibilities)

Index: barcodesGenerator.pl
===================================================================
RCS file: /cvsroot/koha/koha/barcodes/barcodesGenerator.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** barcodesGenerator.pl        19 Oct 2004 11:50:18 -0000      1.3
--- barcodesGenerator.pl        8 Nov 2004 19:47:16 -0000       1.4
***************
*** 164,168 ****
                        # Generate the corresponde barcode to $code
                        my $barcode = $pdf->barcode(-font => $tr,       # The 
font object to use
!                                                                               
-type => 'ean13',       # Standard of codification
                                                                                
-code => $codeC, # Text to codify
                                                                                
-extn   => '012345',    # Barcode extension (if it is aplicable)
--- 164,168 ----
                        # Generate the corresponde barcode to $code
                        my $barcode = $pdf->barcode(-font => $tr,       # The 
font object to use
!                                                                               
-type => 'ean128',      # Standard of codification
                                                                                
-code => $codeC, # Text to codify
                                                                                
-extn   => '012345',    # Barcode extension (if it is aplicable)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]