diff options
author | jeff <jeff> | 2010-08-02 19:49:26 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-08-02 19:49:26 +0000 |
commit | 0a3b346806615bd893048d2a5c26f8d126a12f4b (patch) | |
tree | 6912cbc88774bfa513e95a58e05e7ce76fbc04c1 /httemplate/view/svc_external.cgi | |
parent | 995a145c931164347683071c95c6754379d36604 (diff) |
add svc_elec_features merged from reference code RT#7643svc_elec_features
Diffstat (limited to 'httemplate/view/svc_external.cgi')
-rw-r--r-- | httemplate/view/svc_external.cgi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/view/svc_external.cgi b/httemplate/view/svc_external.cgi index 77679d81c..cee026266 100644 --- a/httemplate/view/svc_external.cgi +++ b/httemplate/view/svc_external.cgi @@ -23,6 +23,10 @@ </TABLE></TD></TR></TABLE> +<BR> +% if ($conf->exists('svc_elec_features')) { +<A HREF="<%$p%>edit/usage_elec_manual_input.cgi?<%$svcnum%>">Manually manipulate electric usage</A><BR> +% } <BR><% joblisting({'svcnum'=>$svcnum}, 1) %> <% include('/elements/footer.html') %> |