summaryrefslogtreecommitdiff
path: root/bin/test-event
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test-event')
-rwxr-xr-x[-rw-r--r--]bin/test-event5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/test-event b/bin/test-event
index d3a9f110d..73c9d31ec 100644..100755
--- a/bin/test-event
+++ b/bin/test-event
@@ -34,7 +34,10 @@ print "\n";
my @conditions = $part_event->part_event_condition;
foreach my $condition ( @conditions ) {
- my $sat = $condition->condition( $object, 'cust_event' => $cust_event );
+ my $sat = $condition->condition( $object,
+ 'cust_event' => $cust_event,
+ 'time' => time,
+ );
my $sql = $condition->condition_sql();