diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-04-11 13:55:32 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-11 13:55:32 -0700 |
commit | d4fce7ee523103141cb0f47eeda9f4df2fc81fd9 (patch) | |
tree | 54f93980846b72035821e6fb986ade665bdad063 | |
parent | d8addd6e9eed2c3fe8d88a8fcccc7b81354c40f8 (diff) |
fix intermittent error using new password change functionality, RT#22059
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 76631baad..858ccbe67 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, |