From: ivan Date: Fri, 8 Apr 2011 23:14:24 +0000 (+0000) Subject: propogate __CustomerTags__ fix to RT_Config.pm, RT#8784 X-Git-Tag: freeside_2_3_0~429 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=df99e7e89b0c51056395f057efe7710bbaad0661 propogate __CustomerTags__ fix to RT_Config.pm, RT#8784 --- diff --git a/rt/etc/RT_Config.pm b/rt/etc/RT_Config.pm index 3d010596b..c35d050d8 100644 --- a/rt/etc/RT_Config.pm +++ b/rt/etc/RT_Config.pm @@ -1406,7 +1406,7 @@ Set ($DefaultSearchResultFormat, qq{ '__NEWLINE__', '', '__Requestors__', - '', + '__CustomerTags__', '__CreatedRelative__', '__ToldRelative__', '__LastUpdatedRelative__', @@ -1810,7 +1810,7 @@ C =cut -Set(@Plugins, qw( RTx::Calendar )); #RTx::Checklist )); +Set(@Plugins, qw(RTx::Calendar )); #RTx::Checklist )); =back