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

This commit is contained in:
sushi 2006-07-06 06:00:19 +00:00
parent eac83ccd45
commit c69afb64b8

View file

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