summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-02-24 00:09:38 +0000
committerMitch Jackson <mitch@freeside.biz>2018-02-23 18:18:07 -0600
commitdef6bb5926b81d4a4b66e0c9dd7ff03bf55706ad (patch)
tree91885d142232dad3f944463621ff3027d7d8ac9a /httemplate/edit/process
parent9cdd1ab701ad6d70f099cea5a8209c9c589b7bb2 (diff)
RT# 79284 Fix UI bug for Change Package screen
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/change-cust_pkg.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/process/change-cust_pkg.html b/httemplate/edit/process/change-cust_pkg.html
index 02b01f8de..c8c623641 100644
--- a/httemplate/edit/process/change-cust_pkg.html
+++ b/httemplate/edit/process/change-cust_pkg.html
@@ -80,6 +80,7 @@ for my $type (qw|setup_discountnum recur_discountnum|) {
$change{$type} = $dnum;
$change{"${type}_amount"} = $cgi->param("${type}_amount");
$change{"${type}_percent"} = $cgi->param("${type}_percent");
+ $change{"${type}_months"} = $cgi->param("${type}_months");
} elsif ($dnum eq '') {
# Set discount as no discount
$change{"${type}"} = 0;