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

Paul POULAIN tipaul at users.sourceforge.net
Mon Nov 8 20:47:18 CET 2004


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)





More information about the Koha-cvs mailing list