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

Mason James szrj1m at yahoo.com
Fri Jul 20 02:30:58 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/07/20 00:30:58

Modified files:
	C4             : Labels.pm 

Log message:
	code39-mod10 change to M10_001 'visa'

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

Patches:
Index: Labels.pm
===================================================================
RCS file: /sources/koha/koha/C4/Labels.pm,v
retrieving revision 1.3.4.36
retrieving revision 1.3.4.37
diff -u -b -r1.3.4.36 -r1.3.4.37
--- Labels.pm	19 Jul 2007 23:16:07 -0000	1.3.4.36
+++ Labels.pm	20 Jul 2007 00:30:58 -0000	1.3.4.37
@@ -784,8 +784,8 @@
 
     elsif ( $barcodetype eq 'CODE39MOD10' ) {
 
-        # get modulo43 checksum
-        my $c39_10 = CheckDigits('ismn');
+        # get modulo10 ver.1 checksum
+        my $c39_10 = CheckDigits('visa');
         $barcode = $c39_10->complete($barcode);
 
         $bar_length = '19';





More information about the Koha-cvs mailing list