koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4 Labels.pm [dev_week]


From: Mason James
Subject: [Koha-cvs] koha/C4 Labels.pm [dev_week]
Date: Mon, 06 Aug 2007 01:24:08 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     07/08/06 01:24:08

Modified files:
        C4             : Labels.pm 

Log message:
        GD::Barcode no longer displays additional checksum digit on 
code39-mod43 barcodes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Labels.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.3.4.40&r2=1.3.4.41

Patches:
Index: Labels.pm
===================================================================
RCS file: /sources/koha/koha/C4/Labels.pm,v
retrieving revision 1.3.4.40
retrieving revision 1.3.4.41
diff -u -b -r1.3.4.40 -r1.3.4.41
--- Labels.pm   20 Jul 2007 05:44:20 -0000      1.3.4.40
+++ Labels.pm   6 Aug 2007 01:24:08 -0000       1.3.4.41
@@ -788,6 +788,7 @@
                 ySize         => ( .02 * $height ),
                 xSize         => $xsize_ratio,
                 hide_asterisk => 1,
+                text         => 0,
             );
         };
 
@@ -800,9 +801,7 @@
 
         # get modulo10 ver.1 checksum
         my $c39_10 = CheckDigits('visa');
-### $barcode
         $barcode = $c39_10->complete($barcode);
-### $barcode
 
         $bar_length = '19';
         $tot_bar_length =




reply via email to

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