X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages.html;h=d8071e63a03622b3a7fb5ed7d5f29c5f346ec341;hb=dea2573bee84deb5e22196dda7580edaf0c27a42;hp=37f3ec4bb3d6e726220cc3e31a8d63c76d950e31;hpb=d03713862ac9f098841dca79df26da544ae062db;p=freeside.git diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 37f3ec4bb..d8071e63a 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -16,7 +16,8 @@ % ) { % - <% include('quick-charge.html', $cust_main ) %> + <% popup_link('edit/quick-charge.html?custnum='. $cust_main->custnum, 'One-time charge', 'One-time charge', 684) %> +
% } % if ( $curuser->access_right('Bulk change customer packages') ) { @@ -477,7 +478,7 @@ Current packages % %sub pkg_change_link { pkg_link('misc/change_pkg', 'Change 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', % @_ @@ -518,19 +519,19 @@ Current packages % my($action, $label, $actionlabel, $cust_pkg) = @_; % $action .= '&pkgnum='. $cust_pkg->pkgnum; % $actionlabel .= ' package '. $cust_pkg->pkgnum; -% popup_link($action, $label, $actionlabel); +% popup_link($action, $label, $actionlabel, 392); %} % %sub svc_popup_link { % my($action, $label, $actionlabel, $cust_svc) = @_; % $action .= '?svcnum='. $cust_svc->svcnum; % $actionlabel .= ' service '. $cust_svc->svcnum; -% popup_link($action, $label, $actionlabel); +% popup_link($action, $label, $actionlabel, 392); %} % %sub popup_link { -% my($action, $label, $actionlabel) = @_; -% qq!$label!; +% my($action, $label, $actionlabel, $width) = @_; +% qq!$label!; %} % %sub pkg_customize_link {