X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FSearch%2FElements%2FEditSort;h=5388618b1edc7d4c7783963a086e740bb866b255;hp=087c81c8bcb0b8d35c581012f1028668074aa348;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc diff --git a/rt/share/html/Search/Elements/EditSort b/rt/share/html/Search/Elements/EditSort index 087c81c8b..5388618b1 100644 --- a/rt/share/html/Search/Elements/EditSort +++ b/rt/share/html/Search/Elements/EditSort @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -68,7 +68,7 @@ % if (defined $OrderBy[$o] and $fieldval eq $OrderBy[$o]) { selected="selected" % } -><% loc($field) %> +><% $field =~ /^(?:CustomField|CF)\./ ? $field : loc($field) %> % }