summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
-rwxr-xr-xhttemplate/view/cust_main/packages.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index c6ca997..7cb869f 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -603,7 +603,7 @@ sub pkg_popup_link {
my($action, $label, $actionlabel, $color, $cust_pkg) = @_;
$action .= '&pkgnum='. $cust_pkg->pkgnum;
$actionlabel .= ' package '. $cust_pkg->pkgnum;
- popup_link($action, $label, $actionlabel, $color);
+ popup_link($action, $label, $actionlabel, $color, 768);
}
sub svc_popup_link {