Code39 section now has 'hide_asterisk', scans successfully
authorsushi <sushi>
Wed, 19 Apr 2006 05:03:50 +0000 (05:03 +0000)
committersushi <sushi>
Wed, 19 Apr 2006 05:03:50 +0000 (05:03 +0000)
barcodes/label-print-pdf.pl

index c3ad4a0..d2a178c 100755 (executable)
@@ -320,26 +320,11 @@ sub build_circ_barcode {
             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 ($@) {