X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fglobal_Mixin.pm;h=137db1cbc60f93ede240bfb109ce50bbfdadc829;hb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;hp=ec2eb4e2e46641a6a4a793b4d5971abbbcc4fe03;hpb=ca1cb63cc645a3f402048f589c67d76bedf4d597;p=freeside.git diff --git a/FS/FS/part_pkg/global_Mixin.pm b/FS/FS/part_pkg/global_Mixin.pm index ec2eb4e2e..137db1cbc 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 )], );