diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-06-15 22:19:13 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-06-15 22:22:39 -0500 |
commit | 66d34b037f3c79a1fcb60418f34dff56a7d467b8 (patch) | |
tree | ca4d673da61be6a0ada6ba8182fbd6c657b27dc0 /httemplate/misc/cancel_pkg.html | |
parent | 347ec57e34dd8d3447fdb05cbdec9bda627a000b (diff) |
RT#71298: Suspend Option for billing to continue
Diffstat (limited to 'httemplate/misc/cancel_pkg.html')
-rwxr-xr-x | httemplate/misc/cancel_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cancel_pkg.html b/httemplate/misc/cancel_pkg.html index c80b2b278..81c5c4861 100755 --- a/httemplate/misc/cancel_pkg.html +++ b/httemplate/misc/cancel_pkg.html @@ -62,7 +62,7 @@ &> % } -% if ( $method eq 'adjourn' || $method eq 'suspend' ) { +% if (( $method eq 'adjourn' || $method eq 'suspend' ) && $curuser->access_right('Customize billing during suspension')) { <TR><TD COLSPAN=2> % if ( $part_pkg->option('suspend_bill', 1) ) { <& /elements/checkbox.html, name=>'no_suspend_bill', value=>'Y' &> |