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