diff options
author | ivan <ivan> | 2009-10-04 00:08:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-04 00:08:42 +0000 |
commit | 2c35c432f6cd3be7e40edd360b1d91eb788ed55e (patch) | |
tree | 23d280f2913601c58554dbd4cea239d50479efe2 /httemplate/view/cust_main.cgi | |
parent | 0a9ebd32a067d4a1d49c1184f7ae28bcf209c0e4 (diff) |
more room for cancellation reason
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 3e5a8cee3..314207bb0 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -40,6 +40,7 @@ function areyousure(href, message) { 'actionlabel' => 'Confirm Cancellation', 'color' => '#ff0000', 'cust_main' => $cust_main, + 'width' => 616, #make room for reasons } ) %> | |