diff options
author | ivan <ivan> | 2010-12-10 22:08:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-10 22:08:36 +0000 |
commit | 1318909d7eb16d736cbfb9f641eecccb00d4636c (patch) | |
tree | 24eb3ede37c104ea8b4e799013ae2d2d136eb207 /httemplate/view/svc_acct.cgi | |
parent | 457da870c23db87fbbc29d7c667a73f41422dd71 (diff) |
cardfortress backend support
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 9135e67e9..4e82569fc 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -56,6 +56,12 @@ Service #<B><% $svcnum %></B> </FORM> <BR> +<% include( 'svc_acct/cardfortress.html', + 'svc_acct' => $svc_acct, + %gopt, + ) +%> + <% include( 'svc_acct/hosting.html', %gopt, ) |