From e12551b86a9202d97f37ede3ce349a880638981f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 6 Sep 2008 12:26:46 -0400 Subject: [PATCH] Add $productSelect to the tpl vars on showreport.php --- showreport.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/showreport.php b/showreport.php index b0dfb47..1bd55ef 100644 --- a/showreport.php +++ b/showreport.php @@ -366,7 +366,8 @@ $tpl->vars = array( 'vote' => $vote, 'favoritetext' => $favoritetext, 'customfields' => $customfields, - 'attachments' => $attachments + 'attachments' => $attachments, + 'productSelect' => $productSelect ); $tpl->evaluate()->flush(); -- 2.22.5