rt 4.2.13 ticket#13852
[freeside.git] / rt / share / html / Search / Elements / SearchesForObject
index 397a0d9..2d83cdb 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -55,10 +55,10 @@ my @result;
 while (my $search = $Object->Attributes->Next) {
     my $desc;
     if ($search->Name eq 'SavedSearch') {
-       push @result, [$search->Description, $search->Description, $search];
+        push @result, [$search->Description, $search->Description, $search];
     }
     elsif ($search->Name =~ m/^Search - (.*)/) {
-       push @result, [$1, loc($1), $search];
+        push @result, [$1, loc($1), $search];
     }
 }
 return @result;