From: ivan Date: Sun, 4 Oct 2009 00:08:43 +0000 (+0000) Subject: more room for cancellation reason X-Git-Tag: freeside_1_7_4rc3~6 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=bb2daacbcc74b97432afebf70776230a21fa59b6;p=freeside.git more room for cancellation reason --- 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 } ) %> |