diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-16 18:37:22 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-16 18:37:22 -0800 |
commit | 8f19cd0b1cc92315df1a9c979fbcc77b48ef1ea6 (patch) | |
tree | 46b123bad91c68a5753e69f5adf9bce9d5b85610 | |
parent | efdd51f41e878349a942b0cb97e97e9feda1b3f0 (diff) |
unused?
-rw-r--r-- | FS/FS/part_pkg/voip_cdr.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm index 8278afe85..f007029d6 100644 --- a/FS/FS/part_pkg/voip_cdr.pm +++ b/FS/FS/part_pkg/voip_cdr.pm @@ -678,6 +678,7 @@ sub reset_usage { # tells whether cust_bill_pkg_detail should return a single line for # each phonenum +# i think this is currently unused? sub sum_usage { my $self = shift; $self->option('output_format') =~ /^sum_/; |