diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2013-08-09 10:37:01 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2013-08-09 10:37:01 -0400 |
commit | f5158f30ad19d8bc2dbd637610ff0460b9a514e7 (patch) | |
tree | c419796c68ad385e261ac90b94cbdc207ae3cdf6 | |
parent | 43c8e76ef8fa89a6a082ccc045d1101c44122539 (diff) |
#24429 Fixed suspending reasons when suspending customers
-rw-r--r-- | httemplate/misc/suspend_cust.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/suspend_cust.html b/httemplate/misc/suspend_cust.html index b41f36f8c..e0d17f30b 100644 --- a/httemplate/misc/suspend_cust.html +++ b/httemplate/misc/suspend_cust.html @@ -40,7 +40,7 @@ toggle(false); STYLE="margin-left:auto; margin-right:auto"> <& /elements/tr-select-reason.html, 'field' => 'reasonnum', - 'reason_class' => 'C', + 'reason_class' => 'S', 'cgi' => $cgi, 'control_button' => "document.getElementById('confirm_suspend_cust_button')", &> |