From 212125689a2917ac15fac93d81dc26df21c291fd Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 11 Apr 2013 13:55:33 -0700 Subject: [PATCH] fix intermittent error using new password change functionality, RT#22059 --- httemplate/view/svc_acct.cgi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 01c32d0ba..3af706e1b 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, &> + + + <& svc_acct/basics.html, 'svc_acct' => $svc_acct, 'part_svc' => $part_svc, -- 2.20.1