summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg/global_Mixin.pm
diff options
context:
space:
mode:
authormark <mark>2012-01-26 21:18:21 +0000
committermark <mark>2012-01-26 21:18:21 +0000
commit071d7247b2fb2c6c8f815e36eed5c8c0c0ccb549 (patch)
tree94703a0ec5f843ff55fbc90bb87ece9e8bca7457 /FS/FS/part_pkg/global_Mixin.pm
parentcfceb11a01354e3e6e78fd3e466656a3fdbac19e (diff)
credit on suspend, #16066
Diffstat (limited to 'FS/FS/part_pkg/global_Mixin.pm')
-rw-r--r--FS/FS/part_pkg/global_Mixin.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/FS/FS/part_pkg/global_Mixin.pm b/FS/FS/part_pkg/global_Mixin.pm
index ec2eb4e..137db1c 100644
--- a/FS/FS/part_pkg/global_Mixin.pm
+++ b/FS/FS/part_pkg/global_Mixin.pm
@@ -19,6 +19,11 @@ use vars qw(%info);
'cancellation',
'type' => 'checkbox',
},
+ 'unused_credit_suspend' => {
+ 'name' => 'Credit the customer for the unused portion of service when '.
+ 'suspending',
+ 'type' => 'checkbox',
+ },
'unused_credit_change' => {
'name' => 'Credit the customer for the unused portion of service when '.
'changing packages',
@@ -29,6 +34,7 @@ use vars qw(%info);
setup_fee
recur_fee
unused_credit_cancel
+ unused_credit_suspend
unused_credit_change
)],
);