Skip to content

Commit

Permalink
Let [pdf] tag pass filters to Template::Zoom.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Dec 17, 2010
1 parent 0b42ca4 commit d61d03f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Vend/PDF.pm
Expand Up @@ -85,6 +85,7 @@ sub pdf {

$zoom = new Template::Zoom (template => $html_object,
database => $rose,
filters => $opt->{filters},
values => $opt->{values},
);

Expand Down

0 comments on commit d61d03f

Please sign in to comment.