summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-02-13 18:11:03 -0600
committerMitch Jackson <mitch@freeside.biz>2018-02-13 18:11:03 -0600
commitd2b55d07a9e6e64a38877136d7974ab93e14f1ed (patch)
treeefd6794f4d996ea4dca931578fd581fc5ecefed6 /httemplate/misc
parent908b5627cc5899b00d3b9e83602403eb956dd038 (diff)
RT# 79284 Updated discounts UI for Change Package screen
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-xhttemplate/misc/change_pkg.cgi8
1 files changed, 5 insertions, 3 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi
index 2470ee135..c588c9e6c 100755
--- a/httemplate/misc/change_pkg.cgi
+++ b/httemplate/misc/change_pkg.cgi
@@ -91,11 +91,13 @@
<FONT CLASS="fsinnerbox-title"><% mt('Discounting') |h %></FONT>
<TABLE CLASS="fsinnerbox">
<& /elements/tr-select-pkg-discount.html,
- curr_value_setup => $discount{setup},
- curr_value_recur => $discount{recur},
+ # curr_value_setup => $discount{setup},
+ # curr_value_recur => $discount{recur},
disable_setup => 0,
disable_recur => 0,
- disable_waive_setup => 0
+ disable_waive_setup => 0,
+ carry_value_setup => $discount{setup},
+ carry_value_recur => $discount{recur},
&>
</TABLE><BR>