[freeside-commits] branch master updated. d4fce7ee523103141cb0f47eeda9f4df2fc81fd9
Ivan
ivan at 420.am
Thu Apr 11 13:55:33 PDT 2013
The branch, master has been updated
via d4fce7ee523103141cb0f47eeda9f4df2fc81fd9 (commit)
from d8addd6e9eed2c3fe8d88a8fcccc7b81354c40f8 (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 d4fce7ee523103141cb0f47eeda9f4df2fc81fd9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Apr 11 13:55:32 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 76631ba..858ccbe 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