diff options
author | Mark Wells <mark@freeside.biz> | 2014-06-11 15:18:50 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-06-11 15:18:50 -0700 |
commit | b85c4820c8050f2ed9843c9a4c72c0e5550a5b09 (patch) | |
tree | 30a18126ef0197e1c66eb5177c1db85f6c3b6813 /httemplate | |
parent | 9fae251fc1e3069694ebaf4fae62bde844f45cff (diff) |
always pass the "time" parameter to join_conditions_sql, related to #28978
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/browse/part_event.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/part_event.html b/httemplate/browse/part_event.html index 62e7ff0d9..ba036c8c6 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; </%init> |