diff options
-rw-r--r-- | FS/FS/part_event/Condition/once.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Condition/once.pm b/FS/FS/part_event/Condition/once.pm index e814ec25c..5a9161f06 100644 --- a/FS/FS/part_event/Condition/once.pm +++ b/FS/FS/part_event/Condition/once.pm @@ -20,7 +20,7 @@ sub condition { my $obj_pkey = $object->primary_key; my $tablenum = $object->$obj_pkey(); - + my @existing = qsearch( { 'table' => 'cust_event', 'hashref' => { |