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:31:32 -0500 |
| commit | 9d1315b91e3deaeba52cb883c93ea36f10a10373 (patch) | |
| tree | 23f203f442428b927dfdee0627939072d67c838a /httemplate/misc/cancel_pkg.html | |
| parent | 676eacb529963643a6f63dad528c29289dcd06a7 (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 6d076549d..0f33f4dfb 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' &> |
