[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 212125689a2917ac15fac93d81dc26df21c291fd
Ivan
ivan at 420.am
Thu Apr 11 13:55:34 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 212125689a2917ac15fac93d81dc26df21c291fd (commit)
from f76bc1eca88fc191e553d79bd0bbacd3f50d1ce5 (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 212125689a2917ac15fac93d81dc26df21c291fd
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Apr 11 13:55:33 2013 -0700
fix intermittent error using new password change functionality, RT#22059
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi
index 01c32d0..3af706e 100755
--- a/httemplate/view/svc_acct.cgi
+++ b/httemplate/view/svc_acct.cgi
@@ -22,6 +22,7 @@
% }
+
<& svc_acct/radius_usage.html,
'svc_acct' => $svc_acct,
'part_svc' => $part_svc,
@@ -29,6 +30,7 @@
%gopt,
&>
+
<& svc_acct/change_svc_form.html,
'part_svc' => \@part_svc,
'svcnum' => $svcnum,
@@ -43,6 +45,9 @@
%gopt,
&>
+</FORM>
+
+
<& svc_acct/basics.html,
'svc_acct' => $svc_acct,
'part_svc' => $part_svc,
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/svc_acct.cgi | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list