From c69afb64b8eab2b0c67edf15e3e5460d3be7dbba Mon Sep 17 00:00:00 2001 From: sushi Date: Thu, 6 Jul 2006 06:00:19 +0000 Subject: [PATCH] removed hardcoded template url with "$htdocs_path/barcodes/new.pdf". --- barcodes/label-print-pdf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcodes/label-print-pdf.pl b/barcodes/label-print-pdf.pl index 4457362015..fddb8b4b4e 100755 --- a/barcodes/label-print-pdf.pl +++ b/barcodes/label-print-pdf.pl @@ -159,7 +159,7 @@ prEnd(); 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 ); -- 2.11.0