rt 4.0.23
[freeside.git] / rt / share / html / Elements / RT__SavedSearch / ColumnMap
index 780ee83..dd02cbc 100644 (file)
@@ -2,8 +2,8 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2010 Best Practical Solutions, LLC
-%#                                          <jesse@bestpractical.com>
+%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
+%#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
 %#
@@ -58,7 +58,7 @@ my $COLUMN_MAP = {
         value     => sub { return $_[0]->Id },
     },
     Name => {
-        title     => sub { return "foo" }, #'Name', # loc
+        title     => 'Name', # loc
         attribute => 'Name',
         value     => sub { return $_[0]->Name()||loc("Unnamed search") },
     },