diff options
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/view/cust_main/packages.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index f424425a7..4f910551a 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -10,12 +10,11 @@ % && $conf->config('payby-default') ne 'HIDE' % ) { % - + <% $s++ ? ' | ' : '' %> <% popup_link('edit/quick-charge.html?custnum='. $cust_main->custnum, 'One-time charge', 'One-time charge', '#333399', 545) %> - <BR> % } % if ( $curuser->access_right('Bulk change customer packages') ) { - + <% $s++ ? ' | ' : '' %> <A HREF="<% $p %>edit/cust_pkg.cgi?<% $cust_main->custnum %>">Bulk order and cancel packages</A> (preserves services) % } |