[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 0ea4323ba02c4148327f753872e121b214aa4eaa
Jeremy Davis
jeremyd at 420.am
Fri Aug 9 07:44:10 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 0ea4323ba02c4148327f753872e121b214aa4eaa (commit)
from eea6ec1b7864295af60402dca64a0e0d1a9160e7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0ea4323ba02c4148327f753872e121b214aa4eaa
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Fri Aug 9 10:44:14 2013 -0400
#24429 Fixed suspending reasons when suspending customers
diff --git a/httemplate/misc/suspend_cust.html b/httemplate/misc/suspend_cust.html
index b41f36f..e0d17f3 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')",
&>
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/suspend_cust.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list