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