[Koha-cvs] koha/barcodes label-print-pdf.pl

Mason James szrj1m at yahoo.com
Wed Apr 19 07:03:51 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Mason James <sushi at savannah.gnu.org>	06/04/19 05:03:51

Modified files:
	barcodes       : label-print-pdf.pl 

Log message:
	Code39 section now has 'hide_asterisk', scans successfully

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/barcodes/label-print-pdf.pl.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: koha/barcodes/label-print-pdf.pl
diff -u koha/barcodes/label-print-pdf.pl:1.4 koha/barcodes/label-print-pdf.pl:1.5
--- koha/barcodes/label-print-pdf.pl:1.4	Wed Apr 19 05:00:02 2006
+++ koha/barcodes/label-print-pdf.pl	Wed Apr 19 05:03:50 2006
@@ -320,26 +320,11 @@
             PDF::Reuse::Barcode::Code39(
                 x     => ( $x_pos_circ + 9 ),
                 y     => ( $y_pos + 15 ),
-
-
                 value => "*$value*",
                 hide_asterisk => 1,
                 #           prolong => 2.96,
                 xSize => .85,
                 ySize => 1.3,
-
-
-
-
-
-
-
-
-                value => $value,
-
-                #           prolong => 2.96,
-                xSize => .85,
-                ySize => 1.3,
             );
         };
         if ($@) {





More information about the Koha-cvs mailing list