[Top][All Lists]
[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: |
Sun, 19 Nov 2006 23:21:21 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Mason James <sushi> 06/11/19 23:21:21
Modified files:
C4 : Labels.pm
Log message:
code39 barcodes now correctly wrapped in *s
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Labels.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.3.4.5&r2=1.3.4.6
Patches:
Index: Labels.pm
===================================================================
RCS file: /sources/koha/koha/C4/Labels.pm,v
retrieving revision 1.3.4.5
retrieving revision 1.3.4.6
diff -u -b -r1.3.4.5 -r1.3.4.6
--- Labels.pm 17 Nov 2006 02:16:36 -0000 1.3.4.5
+++ Labels.pm 19 Nov 2006 23:21:21 -0000 1.3.4.6
@@ -505,12 +505,11 @@
PDF::Reuse::Barcode::Code39(
x => ( $x_pos_circ + 9 ),
y => ( $y_pos + 15 ),
- value => $value,
-
# prolong => 2.96,
xSize => .85,
-
ySize => 1.3,
+ value => "*$barcode*",
+ hide_asterisk => $xsize_ratio,
);
};
if ($@) {