diff options
author | ivan <ivan> | 2009-10-04 00:08:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-04 00:08:43 +0000 |
commit | bb2daacbcc74b97432afebf70776230a21fa59b6 (patch) | |
tree | 2df89905cbda99e9eadf2f7ca7371a804f0a40fc | |
parent | 285183e0bac526273e8ff1edeb540226280caa61 (diff) |
more room for cancellation reason
-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 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 } ) %> | |