summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-10-04 00:08:43 +0000
committerivan <ivan>2009-10-04 00:08:43 +0000
commitbb2daacbcc74b97432afebf70776230a21fa59b6 (patch)
tree2df89905cbda99e9eadf2f7ca7371a804f0a40fc
parent285183e0bac526273e8ff1edeb540226280caa61 (diff)
more room for cancellation reason
-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 ea2eecc0a..513071acb 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -23,6 +23,7 @@ function areyousure(href, message) {
'actionlabel' => 'Confirm Cancellation',
'color' => '#ff0000',
'cust_main' => $cust_main,
+ 'width' => 616, #make room for reasons
}
)
%> |