X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fbrowse%2Fpart_event.html;h=575294edd7a08ee3acfa0ae6cc3c9dbf9f95c7b8;hb=6b28d0bd4b422d0fff32b559d0785665b1c46b27;hp=62e7ff0d91645584fd7fc894828b5494b4bccedd;hpb=b2101823682f3738f5b367d2c1f2a7c6d47cdad1;p=freeside.git diff --git a/httemplate/browse/part_event.html b/httemplate/browse/part_event.html index 62e7ff0d9..575294edd 100644 --- a/httemplate/browse/part_event.html +++ b/httemplate/browse/part_event.html @@ -59,7 +59,7 @@ my $event_sub = sub { 'link' => $p.'edit/part_event.html?'.$part_event->eventpart, }, { - 'data' => ' (query) ', + 'data' => '(query) ', 'size' => '-1', 'data_style' => 'b', 'onclick' => $onclick, @@ -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;