[Koha-cvs] koha/barcodes label-print-pdf-demco-142-1685c.pl [dev_week]

Mason James szrj1m at yahoo.com
Mon Oct 22 05:22:35 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/10/22 03:22:35

Modified files:
	barcodes       : label-print-pdf-demco-142-1685c.pl 

Log message:
	justify now 'R', not 'r'

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-print-pdf-demco-142-1685c.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: label-print-pdf-demco-142-1685c.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/Attic/label-print-pdf-demco-142-1685c.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- label-print-pdf-demco-142-1685c.pl	3 Sep 2007 23:03:11 -0000	1.1.2.2
+++ label-print-pdf-demco-142-1685c.pl	22 Oct 2007 03:22:35 -0000	1.1.2.3
@@ -179,7 +179,7 @@
     draw_text_block_manual(
         ( $x_pos + $spine_width + $colspace ),
         ( $y_pos + $label_height ),
-        $label_width, $label_height, $fontsize, '', $gutter, 'r', @circ_barcode
+        $label_width, $label_height, $fontsize, '', $gutter, 'R', @circ_barcode
     );
 
     draw_text_block_manual(
@@ -207,7 +207,7 @@
         $y_pos, $label_width, $label_height, )
       if $guidebox;
     draw_text_block_manual( ( $x_pos + $spine_width + $colspace ),
-        $y_pos, $label_width, $label_height, $fontsize, '', $gutter, 'r',
+        $y_pos, $label_width, $label_height, $fontsize, '', $gutter, 'R',
         @circ_barcode );
 
     draw_text_block_manual( ( $x_pos + $spine_width + $colspace ),





More information about the Koha-cvs mailing list