diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-09-12 12:08:41 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-09-13 10:11:30 -0400 |
| commit | 0a91d21fcf8ebeb12cd71230d79153c1fa0d82a3 (patch) | |
| tree | 1d3cd3857824e8a1abe7453762facce6ae51f8c4 /httemplate/view | |
| parent | a84d14e36ad747dcc15cd5a4706e91c7cabb0afb (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, |
