diff options
-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> |