summaryrefslogtreecommitdiff
path: root/httemplate/misc/change_pkg.cgi
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-02-22 13:36:15 -0500
committerChristopher Burger <burgerc@freeside.biz>2017-02-22 13:36:15 -0500
commit5f2c3a88d92952d13a5231a230e332e1a8e94016 (patch)
tree7f641d03f9288e311de0bcf352626342e2a8d8bf /httemplate/misc/change_pkg.cgi
parent7eb4daaa7d76c7195d0bf357a99ccf4ee1962b8a (diff)
RT# 24643, added waive setup fee option to change package screen.
Diffstat (limited to 'httemplate/misc/change_pkg.cgi')
-rwxr-xr-xhttemplate/misc/change_pkg.cgi10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi
index e3ef4b7a8..323784554 100755
--- a/httemplate/misc/change_pkg.cgi
+++ b/httemplate/misc/change_pkg.cgi
@@ -84,6 +84,16 @@
</TABLE>
</BR>
+% my $discount_cust_pkg = $curuser->access_right('Discount customer package');
+% my $waive_setup_fee = $curuser->access_right('Waive setup fee');
+%
+% if ( $discount_cust_pkg || $waive_setup_fee ) {
+ <FONT CLASS="fsinnerbox-title"><% mt('Discounting') |h %></FONT>
+ <% ntable("#cccccc") %>
+ <& /elements/tr-select-pkg-discount.html, disable_recur => 1, &>
+ </TABLE><BR>
+
+% }
<FONT CLASS="fsinnerbox-title"><% mt('Location') |h %></FONT>
<% ntable('#cccccc') %>