summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/svc_acct.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi
index df55e85bf..f2228424c 100755
--- a/httemplate/view/svc_acct.cgi
+++ b/httemplate/view/svc_acct.cgi
@@ -144,8 +144,8 @@ if ($svc_acct->slipip) {
print '<TR><TD ALIGN="right">RADIUS groups</TD><TD BGCOLOR="#ffffff">'.
join('<BR>', $svc_acct->radius_groups). '</TD></TR>';
-print "</TABLE></TD></TR></TABLE>".
- '<BR>'. joblisting({'svcnum'=>$svcnum}, 1).
- "</BODY></HTML>";
+print '</TABLE></TD></TR></TABLE><BR><BR>'.
+ join("\n", $conf->config('svc_acct-notes') ).
+ '<BR><BR>'. joblisting({'svcnum'=>$svcnum}, 1). '</BODY></HTML>';
%>