summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-01-16 12:17:16 -0800
committerMark Wells <mark@freeside.biz>2015-01-16 12:17:16 -0800
commit7073aa63c742fc4d6f723bb8c2032e6579a22d49 (patch)
treee356084e5b16f98f17f2721f95ff7cd780572431 /httemplate/view
parentb85a720cb3605855f685c8af1dce98c7b1658b4b (diff)
allow discounting one-time charges, fix from #18330
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/packages/package.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html
index 99e40dfde..f7d7c24c8 100644
--- a/httemplate/view/cust_main/packages/package.html
+++ b/httemplate/view/cust_main/packages/package.html
@@ -51,8 +51,15 @@
% # One-time charge. Nothing you can do with this, unless:
% if ( $curuser->access_right('Modify one-time charge') ) {
(&nbsp;<%onetime_change_link($cust_pkg)%>&nbsp;)
- <BR>
% }
+% # also, you can discount it
+% if ( $curuser->access_right('Discount customer package')
+% && ! scalar($cust_pkg->cust_pkg_discount_active)
+% && ! scalar($cust_pkg->part_pkg->part_pkg_discount)
+% ) {
+ (&nbsp;<%pkg_discount_link($cust_pkg)%>&nbsp;)
+% }
+ <BR>
%
% } elsif ( !$cust_pkg->get('cancel') and !$opt{no_links} ) {
%
@@ -65,6 +72,7 @@
% if ( $curuser->access_right('Edit customer package dates') ) {
(&nbsp;<%pkg_dates_link($cust_pkg)%>&nbsp;)
% }
+%
% } else {
% # the usual case: links to change package definition,
% # discount, and customization