View | Details | Raw Unified | Return to bug 31220
Collapse All | Expand All

(-)a/labels/label-create-pdf.pl (-3 lines)
Lines 56-64 print $cgi->header( -type => 'application/pdf', Link Here
56
                  );
56
                  );
57
57
58
our $pdf = C4::Creators::PDF->new(InitVars => 0);
58
our $pdf = C4::Creators::PDF->new(InitVars => 0);
59
warn Data::Dumper::Dumper( $batch_id );
60
my $batch = C4::Labels::Batch->retrieve(batch_id => $batch_id);
59
my $batch = C4::Labels::Batch->retrieve(batch_id => $batch_id);
61
warn Data::Dumper::Dumper( $batch );
62
our $template = C4::Labels::Template->retrieve(template_id => $template_id, profile_id => 1);
60
our $template = C4::Labels::Template->retrieve(template_id => $template_id, profile_id => 1);
63
my $layout = C4::Labels::Layout->retrieve(layout_id => $layout_id);
61
my $layout = C4::Labels::Layout->retrieve(layout_id => $layout_id);
64
62
65
- 

Return to bug 31220