diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-03-14 01:19:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-03-14 01:19:14 -0700 |
commit | 3fb0d992932495720e9f08e386844b93519c4e14 (patch) | |
tree | ed1c77fab453aaa895b2a993154aac35b9b1e4f4 | |
parent | f1e7894f6f9b3a4b6f7daea1324f4a5a6bae2a78 (diff) |
oh, has it been tested
-rw-r--r-- | FS/FS/part_event/Condition/once_percust.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/part_event/Condition/once_percust.pm b/FS/FS/part_event/Condition/once_percust.pm index b8a8fbfb6..67767f91b 100644 --- a/FS/FS/part_event/Condition/once_percust.pm +++ b/FS/FS/part_event/Condition/once_percust.pm @@ -45,7 +45,6 @@ sub condition { } -#XXX test? sub condition_sql { my( $self, $table ) = @_; |