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

Mason James szrj1m at yahoo.com
Thu Jul 6 08:00:19 CEST 2006


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 );





More information about the Koha-cvs mailing list