diff options
author | Mark Wells <mark@freeside.biz> | 2014-11-25 19:37:48 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-11-25 19:37:56 -0800 |
commit | be2bcc10c35d7762178b245cd38382047a7e270d (patch) | |
tree | b602a1ff99ffbbbd679a448725c344532349ba25 /httemplate/misc/cancel_cust.html | |
parent | d3011bbdd3401dd11cbaed058d495d29c2a6ebc0 (diff) |
option to credit unused time on suspension as part of suspend reason, #31702
Diffstat (limited to 'httemplate/misc/cancel_cust.html')
-rw-r--r-- | httemplate/misc/cancel_cust.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cancel_cust.html b/httemplate/misc/cancel_cust.html index 3259a03f6..e4bfdba76 100644 --- a/httemplate/misc/cancel_cust.html +++ b/httemplate/misc/cancel_cust.html @@ -50,7 +50,7 @@ STYLE="margin-left:auto; margin-right:auto"> 'field' => 'reasonnum', 'reason_class' => 'C', 'cgi' => $cgi, - 'control_button' => "document.getElementById('confirm_cancel_cust_button')", + 'control_button' => 'confirm_cancel_cust_button', &> </TABLE> |