diff options
author | ivan <ivan> | 2010-01-16 23:39:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-01-16 23:39:57 +0000 |
commit | ef405fedfb6095c153cc34166da0e15d40ad8bf7 (patch) | |
tree | edac435c9a4f3f692d12060cf3d962d91cc2f69d | |
parent | 1f05c6798b21d93efc79baf31cba1182739bce85 (diff) |
add usage_mandate option to termination price plan, RT#6932
-rw-r--r-- | FS/FS/part_pkg/cdr_termination.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/cdr_termination.pm b/FS/FS/part_pkg/cdr_termination.pm index 62ac4676e..cfd6b4e71 100644 --- a/FS/FS/part_pkg/cdr_termination.pm +++ b/FS/FS/part_pkg/cdr_termination.pm @@ -90,7 +90,7 @@ tie my %temporalities, 'Tie::IxHash', 'fieldorder' => [qw( setup_fee recur_fee recur_temporality unused_credit recur_method cutoff_day - output_format usage_section summarize_usage + output_format usage_section summarize_usage usage_mandate ) ], |