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

Antoine Farnault antoine at koha-fr.org
Tue Jan 9 10:48:14 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/09 09:48:14

Modified files:
	C4             : Labels.pm 

Log message:
	sync with dev_week.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Labels.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.6.4&r2=1.3.6.5

Patches:
Index: Labels.pm
===================================================================
RCS file: /sources/koha/koha/C4/Labels.pm,v
retrieving revision 1.3.6.4
retrieving revision 1.3.6.5
diff -u -b -r1.3.6.4 -r1.3.6.5
--- Labels.pm	18 Dec 2006 17:44:06 -0000	1.3.6.4
+++ Labels.pm	9 Jan 2007 09:48:14 -0000	1.3.6.5
@@ -25,7 +25,7 @@
 use PDF::Reuse;
 use Text::Wrap;
 
-$VERSION = do { my @v = '$Revision: 1.3.6.4 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.3.6.5 $' =~ /\d+/g;
     shift(@v) . "." . join( "_", map { sprintf "%03d", $_ } @v );
 };
 
@@ -502,8 +502,7 @@
                 #           prolong => 2.96,
                 xSize => .85,
                 ySize => 1.3,
-                value => $value,
-				#value => "*$barcode*",
+				value => "*$value*",
 				#hide_asterisk => $xsize_ratio,
             );
         };





More information about the Koha-cvs mailing list