X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_event.html;h=d2e69460e29bd8a683c909b89cf62212a0aee64e;hb=81ccfc6f631270015f2ae11d4019c4b8b9ce7514;hp=62e7ff0d91645584fd7fc894828b5494b4bccedd;hpb=b2101823682f3738f5b367d2c1f2a7c6d47cdad1;p=freeside.git diff --git a/httemplate/browse/part_event.html b/httemplate/browse/part_event.html index 62e7ff0d9..d2e69460e 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;