summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c6ca99755..7cb869fe2 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 {