summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2010-09-04 02:19:03 +0000
committermark <mark>2010-09-04 02:19:03 +0000
commit48e3f879908a13cb87786e32e158ff8a8bf18fbb (patch)
tree9a284a69b1963efacc2a8a4b8e49675927518d31 /httemplate/view
parent6fc2d87a0e37976a97580055e1ea0cdff0c86143 (diff)
set expire date for customer packages, RT#9697
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_main.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index cb325e21d..b4a6170c5 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -57,6 +57,7 @@ function areyousure(href, message) {
'color' => '#ff0000',
'cust_main' => $cust_main,
'width' => 616, #make room for reasons
+ 'height' => 366,
}
)
%> |