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:03:51 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Mason James <address@hidden>    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 ($@) {




reply via email to

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