X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_event.html;h=575294edd7a08ee3acfa0ae6cc3c9dbf9f95c7b8;hp=63dd53bee00a34f169c39fa3c28d7e9ef2202b65;hb=6b28d0bd4b422d0fff32b559d0785665b1c46b27;hpb=c16ef0145a0049c3f20377e2c5076087e999cde0 diff --git a/httemplate/browse/part_event.html b/httemplate/browse/part_event.html index 63dd53bee..575294edd 100644 --- a/httemplate/browse/part_event.html +++ b/httemplate/browse/part_event.html @@ -188,7 +188,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;