show "(unlinked)" for unlined forwards instead of nothing
[freeside.git] / httemplate / search / svc_forward.cgi
index 1785fa0..f548225 100755 (executable)
@@ -78,7 +78,7 @@ my $format_cust = sub {
     $name = $svc_forward->company. " ($name)" if $svc_forward->company;
     $name;
   } else {
-    '';
+    '<I>(unlinked)</I>';
   }
 };