X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages%2Fpackage.html;h=c65263df35edaa3ec97c8ff9ca3bc658e4e20bd4;hb=24389dff37b486ed4f0281bd50a3ff1ee77ae74d;hp=f7d7c24c8e8cab3971cf8ded4bb718a43a71d054;hpb=7073aa63c742fc4d6f723bb8c2032e6579a22d49;p=freeside.git diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index f7d7c24c8..c65263df3 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -82,7 +82,7 @@ ( <%pkg_change_link($cust_pkg)%> ) % } % -% 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; ( <%pkg_dates_link($cust_pkg)%> ) % } @@ -283,7 +283,7 @@ % if ( @cust_pkg_usage ) { - + % foreach my $usage (@cust_pkg_usage) { % my $part = $usage->part_pkg_usage; % my $ratio = 255 * ($usage->minutes / $part->minutes); @@ -377,7 +377,7 @@ sub onetime_change_link { 'actionlabel' => emt('Modify'), 'cust_pkg' => $cust_pkg, 'width' => 690, - 'height' => 380, + 'height' => 440, ); }
<% mt('Included usage') %>
<% emt('Included usage') %>