diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-02-13 18:11:03 -0600 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-02-13 18:11:03 -0600 |
commit | d2b55d07a9e6e64a38877136d7974ab93e14f1ed (patch) | |
tree | efd6794f4d996ea4dca931578fd581fc5ecefed6 /httemplate/misc/change_pkg.cgi | |
parent | 908b5627cc5899b00d3b9e83602403eb956dd038 (diff) |
RT# 79284 Updated discounts UI for Change Package screen
Diffstat (limited to 'httemplate/misc/change_pkg.cgi')
-rwxr-xr-x | httemplate/misc/change_pkg.cgi | 8 |
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> |