X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_event.html;h=4b95b86f58a62dd3a32c3b4f10d5f12ec2a3d0ca;hb=0549def83bcba56e53482ea0f33472e18b215649;hp=63dd53bee00a34f169c39fa3c28d7e9ef2202b65;hpb=8bdf1185af6956707e1da314422613cf0deea3a0;p=freeside.git diff --git a/httemplate/browse/part_event.html b/httemplate/browse/part_event.html index 63dd53bee..4b95b86f5 100644 --- a/httemplate/browse/part_event.html +++ b/httemplate/browse/part_event.html @@ -175,8 +175,10 @@ my $html_init = ' or '. @@ -188,7 +190,7 @@ my $count_query = 'SELECT COUNT(*) FROM part_event WHERE '. 'viewall_right' => 'None', ); -my $join_conditions = FS::part_event_condition->join_conditions_sql; +my $join_conditions = FS::part_event_condition->join_conditions_sql('', 'time' => time); my $order_conditions = FS::part_event_condition->order_conditions_sql;