summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-31 11:33:44 -0700
committerMark Wells <mark@freeside.biz>2015-03-31 11:53:58 -0700
commit881b82b9af1a264afbc98bb22adfcfb76fab74db (patch)
tree39000543e2c600ad0ff5d93802029c215e255110 /httemplate/misc/process
parent6e5cd05d1e71816cb2ef15d08ed54a170fe9a9bf (diff)
more flexible package suspend/unsuspend fees, #26828
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r--httemplate/misc/process/elements/reason3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/process/elements/reason b/httemplate/misc/process/elements/reason
index ae92a7528..f57f11ff5 100644
--- a/httemplate/misc/process/elements/reason
+++ b/httemplate/misc/process/elements/reason
@@ -8,7 +8,8 @@ my $error;
if ($reasonnum == -1) {
my $new_reason = FS::reason->new({
map { $_ => scalar( $cgi->param("reasonnum_new_$_") ) }
- qw( reason_type reason unsuspend_pkgpart unsuspend_hold unused_credit )
+ qw( reason_type reason unsuspend_pkgpart unsuspend_hold unused_credit
+ feepart fee_on_unsuspend fee_hold )
}); # not sanitizing them here, but check() will do it
$error = $new_reason->insert;
$reasonnum = $new_reason->reasonnum;