[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/barcodes barcodesGenerator.pl [rel_3_0]
From: |
Bruno Toumi |
Subject: |
[Koha-cvs] koha/barcodes barcodesGenerator.pl [rel_3_0] |
Date: |
Thu, 16 Nov 2006 10:51:52 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Bruno Toumi <btoumi> 06/11/16 10:51:52
Modified files:
barcodes : barcodesGenerator.pl
Log message:
bug fix in wrong name syntax for package
+ wrong path to this package (Util.pm)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/barcodesGenerator.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.5&r2=1.5.2.1
Patches:
Index: barcodesGenerator.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/barcodesGenerator.pl,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -b -r1.5 -r1.5.2.1
--- barcodesGenerator.pl 12 Sep 2005 01:52:41 -0000 1.5
+++ barcodesGenerator.pl 16 Nov 2006 10:51:52 -0000 1.5.2.1
@@ -30,7 +30,7 @@
use HTML::Template;
use PDF::API2;
use PDF::API2::Page;
-use PDF::API2::PDF::Utils;
+use PDF::API2::Util;
use C4::Barcodes::PrinterConfig;
use Time::localtime;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/barcodes barcodesGenerator.pl [rel_3_0],
Bruno Toumi <=