removed hardcoded template url with "$htdocs_path/barcodes/new.pdf".
authorsushi <sushi>
Thu, 6 Jul 2006 06:00:19 +0000 (06:00 +0000)
committersushi <sushi>
Thu, 6 Jul 2006 06:00:19 +0000 (06:00 +0000)
barcodes/label-print-pdf.pl

index 4457362..fddb8b4 100755 (executable)
@@ -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 );