From 4541332ec8410303ebe630ce5fd37cf5bf8c6719 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 8 May 2012 21:53:19 -0700 Subject: remove agent_svcid from cust_svc->label and instead put it explicity in customer package/service view & service search results, RT#17619 --- httemplate/elements/tr-cust_svc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/tr-cust_svc.html b/httemplate/elements/tr-cust_svc.html index ca5de86b4..1ca22f6d4 100644 --- a/httemplate/elements/tr-cust_svc.html +++ b/httemplate/elements/tr-cust_svc.html @@ -24,7 +24,7 @@ Usage: <% FS::UI::Web::svc_link($m, $part_svc, $cust_svc) %> - <% + <% $cust_svc->agent_svcid ? $cust_svc->agent_svcid.': ' : '' %><% FS::UI::Web::svc_label_link($m, $part_svc, $cust_svc) %> <% FS::UI::Web::svc_export_links($m, $part_svc, $cust_svc) %> -- cgit v1.2.1