Add $productSelect to the tpl vars on showreport.php
[bugdar.git] / showreport.php
index b0dfb472e2f6df24f2a995f8f8fe141db5ca7859..1bd55ef29e0786d2a91758e7ac58c47ae18c1e9b 100644 (file)
@@ -366,7 +366,8 @@ $tpl->vars = array(
        'vote'                  => $vote,
        'favoritetext'  => $favoritetext,
        'customfields'  => $customfields,
-       'attachments'   => $attachments
+       'attachments'   => $attachments,
+       'productSelect' => $productSelect
 );
 $tpl->evaluate()->flush();