From: ivan Date: Sat, 30 Apr 2005 09:47:40 +0000 (+0000) Subject: show "(unlinked)" for unlined forwards instead of nothing X-Git-Tag: BEFORE_FINAL_MASONIZE~558 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=aea197c3f695b917a0dbdef5ec056d583f6df55d show "(unlinked)" for unlined forwards instead of nothing --- diff --git a/httemplate/search/svc_forward.cgi b/httemplate/search/svc_forward.cgi index 1785fa00b..f54822572 100755 --- a/httemplate/search/svc_forward.cgi +++ b/httemplate/search/svc_forward.cgi @@ -78,7 +78,7 @@ my $format_cust = sub { $name = $svc_forward->company. " ($name)" if $svc_forward->company; $name; } else { - ''; + '(unlinked)'; } };