koha-cvs
[Top][All Lists]
Advanced

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

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


From: Mason James
Subject: [Koha-cvs] koha/barcodes label-print-pdf.pl
Date: Wed, 19 Apr 2006 05:00:03 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Mason James <address@hidden>    06/04/19 05:00:02

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

Log message:
        

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

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




reply via email to

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