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

Mason James szrj1m at yahoo.com
Fri Jul 20 01:16:07 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/07/19 23:16:07

Modified files:
	C4             : Labels.pm 

Log message:
	better mod-10 calc...

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

Patches:
Index: Labels.pm
===================================================================
RCS file: /sources/koha/koha/C4/Labels.pm,v
retrieving revision 1.3.4.35
retrieving revision 1.3.4.36
diff -u -b -r1.3.4.35 -r1.3.4.36
--- Labels.pm	19 Jul 2007 22:55:45 -0000	1.3.4.35
+++ Labels.pm	19 Jul 2007 23:16:07 -0000	1.3.4.36
@@ -785,7 +785,7 @@
     elsif ( $barcodetype eq 'CODE39MOD10' ) {
 
         # get modulo43 checksum
-        my $c39_10 = CheckDigits('ups');
+        my $c39_10 = CheckDigits('ismn');
         $barcode = $c39_10->complete($barcode);
 
         $bar_length = '19';





More information about the Koha-cvs mailing list