diff options
| author | Jeremy Davis <jeremyd@freeside.biz> | 2013-08-09 10:44:14 -0400 |
|---|---|---|
| committer | Jeremy Davis <jeremyd@freeside.biz> | 2013-08-09 10:44:14 -0400 |
| commit | 0ea4323ba02c4148327f753872e121b214aa4eaa (patch) | |
| tree | 4c25f9917704d205fd61d570e16c63e559b06684 | |
| parent | eea6ec1b7864295af60402dca64a0e0d1a9160e7 (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')", &> |
