@@ -, +, @@ --- labels/label-create-pdf.pl | 2 -- 1 file changed, 2 deletions(-) --- a/labels/label-create-pdf.pl +++ a/labels/label-create-pdf.pl @@ -56,9 +56,7 @@ print $cgi->header( -type => 'application/pdf', ); our $pdf = C4::Creators::PDF->new(InitVars => 0); -warn Data::Dumper::Dumper( $batch_id ); my $batch = C4::Labels::Batch->retrieve(batch_id => $batch_id); -warn Data::Dumper::Dumper( $batch ); our $template = C4::Labels::Template->retrieve(template_id => $template_id, profile_id => 1); my $layout = C4::Labels::Layout->retrieve(layout_id => $layout_id); --