summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-05-23 16:55:57 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-05-23 20:34:46 -0500
commit50fc1d226ec89bf5fb66622ee913ec9e470b8d6c (patch)
treeafc9abf9fae41aba69cf4b9685ea5e384ee52a2c /httemplate/view
parente86b3578afbb298529e773506217cfc10e0257c4 (diff)
RT#40215: OFM - Separate permissions for edit dates and contract dates [v3 only]
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/packages/package.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html
index a7facee6b..c7abd46ac 100644
--- a/httemplate/view/cust_main/packages/package.html
+++ b/httemplate/view/cust_main/packages/package.html
@@ -82,7 +82,7 @@
(&nbsp;<%pkg_change_link($cust_pkg)%>&nbsp;)
% }
%
-% if ( $curuser->access_right('Edit customer package dates') ) {
+% if ( $curuser->access_right('Edit customer package dates') or $curuser->access_right('Change package contract end date') ) {
% $br=1;
(&nbsp;<%pkg_dates_link($cust_pkg)%>&nbsp;)
% }