ommitted file
[freeside.git] / httemplate / view / cust_main / packages.html
index 6ec92ef..b54208b 100755 (executable)
@@ -16,7 +16,7 @@
 %      ) {
 %
 
-  <% popup_link('edit/quick-charge.html?custnum='. $cust_main->custnum, 'One-time charge', 'One-time charge', 684) %>
+  <% popup_link('edit/quick-charge.html?custnum='. $cust_main->custnum, 'One-time charge', 'One-time charge', 545) %>
   <BR>
 % } 
 % if ( $curuser->access_right('Bulk change customer packages') ) { 
@@ -219,7 +219,7 @@ Current packages
 
             (&nbsp;<% pkg_unsuspend_link($cust_pkg) %>&nbsp;)
 % } 
-% if ( $curuser->access_right('Cancel customer package') ) { 
+% if ( $curuser->access_right('Cancel customer package immediately') ) { 
 
             (&nbsp;<% pkg_cancel_link($cust_pkg) %>&nbsp;)
 % } 
@@ -350,7 +350,7 @@ Current packages
         <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px;padding-top:0px"><FONT SIZE="-2">
 
 %         if ( $curuser->access_right('Recharge customer service')
-%              && $cust_svc->svcdb eq 'svc_acct'
+%              && $part_svc->svcdb eq 'svc_acct'
 %              && (    $cust_svc->svc_x->seconds    ne ''
 %                   || $cust_svc->svc_x->upbytes    ne ''
 %                   || $cust_svc->svc_x->downbytes  ne ''
@@ -478,7 +478,7 @@ Current packages
 %
 %sub pkg_change_link    { pkg_link('misc/change_pkg',    'Change&nbsp;package', @_ ); }
 %
-%sub pkg_suspend_link   { pkg_popup_link( 'misc/cancel_pkg/html?method=suspend',
+%sub pkg_suspend_link   { pkg_popup_link( 'misc/cancel_pkg.html?method=suspend',
 %                                         'Suspend',
 %                                         'Suspend',
 %                                         @_