diff options
author | mark <mark> | 2011-06-22 22:20:43 +0000 |
---|---|---|
committer | mark <mark> | 2011-06-22 22:20:43 +0000 |
commit | 5c8f344ba6f4a64502d84feb40d6beafbdb7f047 (patch) | |
tree | 32e532b4b2754d253d072078fba8d1e795d6a02d | |
parent | cdad865fc29a4ed47449f28b0aff6d7e59c95936 (diff) |
restore svc_export_links, from #11454
-rw-r--r-- | httemplate/elements/tr-cust_svc.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/tr-cust_svc.html b/httemplate/elements/tr-cust_svc.html index 75cd09af9..dd81ce5e8 100644 --- a/httemplate/elements/tr-cust_svc.html +++ b/httemplate/elements/tr-cust_svc.html @@ -25,6 +25,7 @@ FS::UI::Web::svc_link($m, $part_svc, $cust_svc) <TD STYLE="padding-bottom:0px"><B><% FS::UI::Web::svc_label_link($m, $part_svc, $cust_svc) %></B></TD> +<TD><% FS::UI::Web::svc_export_links($m, $part_svc, $cust_svc) %></TD> </TR> % if ( $cust_svc->overlimit ) { <TR> |