koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/barcodes label-print-pdf.pl


From: Mason James
Subject: [Koha-cvs] koha/barcodes label-print-pdf.pl
Date: Thu, 06 Jul 2006 06:00:19 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Mason James <sushi>     06/07/06 06:00:19

Modified files:
        barcodes       : label-print-pdf.pl 

Log message:
        removed hardcoded template url with "$htdocs_path/barcodes/new.pdf".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-print-pdf.pl?cvsroot=koha&r1=1.6&r2=1.7

Patches:
Index: label-print-pdf.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/label-print-pdf.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- label-print-pdf.pl  19 Apr 2006 05:06:02 -0000      1.6
+++ label-print-pdf.pl  6 Jul 2006 06:00:19 -0000       1.7
@@ -159,7 +159,7 @@
 use PDF::Table;
 use Acme::Comment;
 
-$file = '/usr/local/opus-dev/intranet/htdocs/intranet-tmpl/barcodes/new.pdf';
+$file = "$htdocs_path/barcodes/new.pdf";
 use PDF::Report;
 
 my $pdf = new PDF::Report( File => $file );




reply via email to

[Prev in Thread] Current Thread [Next in Thread]