diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-09-12 12:08:41 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-12 12:08:41 -0400 |
commit | 998b32d356338772484814a477d9efb159206b8d (patch) | |
tree | f93eebad83be0b899d8c37336d25b9eac80bf0b8 /httemplate/view | |
parent | 23f29deffa1fc6bc1a7b904c80f71db2d76dc26e (diff) |
RT# 77504 - Fixed error display issue, and javascript to prevent error.
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 747477989..026effb45 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -20,8 +20,9 @@ "javascript:areyousure(\'${p}misc/cancel-unaudited.cgi?$svcnum\')", ) &> -% } +% } +<& /elements/error.html &> <& elements/svc_radius_usage.html, 'svc' => $svc_acct, |