diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2013-08-19 11:03:28 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2013-08-19 11:03:28 -0400 |
commit | 141862b66a34de104f1e88527ee2ac605d2c87d9 (patch) | |
tree | 2bbc8aa845ad4c1aba3d13ce9ffe05d368a24987 | |
parent | d37391564f4333a0d2cb288d7b3ad172464c3f86 (diff) |
#19917 usage_nozero not showing in UI
-rw-r--r-- | FS/FS/part_pkg/voip_cdr.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm index 4200f33bc..de17cd3b8 100644 --- a/FS/FS/part_pkg/voip_cdr.pm +++ b/FS/FS/part_pkg/voip_cdr.pm @@ -340,8 +340,8 @@ tie my %detail_formats, 'Tie::IxHash', 411_rewrite output_format selfservice_format selfservice_inbound_format - usage_mandate summarize_usage usage_section - bill_every_call bill_inactive_svcs + usage_mandate summarize_usage usage_section + usage_nozero bill_every_call bill_inactive_svcs count_available_phones suspend_bill ) ], |