summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-08 17:25:32 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-08 17:25:32 -0800
commit708cd9ef94ccb96955c6b9fe9d2ccdc0b311b556 (patch)
tree26139cbad631f1f0c5e45d8fc679729ed2ceba8d
parent9f04e6bd89dc3a6dcf689c3b84413bd9130a1ca4 (diff)
size detach popup for more data that could be configed on
-rw-r--r--httemplate/view/cust_main/packages/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/contact.html b/httemplate/view/cust_main/packages/contact.html
index 93985e404..0f0cde71f 100644
--- a/httemplate/view/cust_main/packages/contact.html
+++ b/httemplate/view/cust_main/packages/contact.html
@@ -71,7 +71,7 @@ sub pkg_detach_link {
'actionlabel' => emt('Detach'),
'cust_pkg' => $cust_pkg,
'width' => 616,
- 'height' => 684,
+ 'height' => 720,
);
}